You are here: Start » AVL.NET » Invoke.MultiplyProfile

Invoke.MultiplyProfile

Multiplies each element of a profile by a scalar value.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MultiplyProfile
(
	Avl.Profile ioProfile,
	Optional<Avl.Range> inRange,
	float inValue
)

Parameters

Name Type Range Default Description
ioProfileAvl.Profile
inRangeAtl.Optional<Avl.Range>
inValuefloat2.0fDefault value: 2.0f.

See also