You are here: Start » AVL.NET » AVS.MultiplyProfile Method

AVS.MultiplyProfile Method

Multiplies each element of a profile by a scalar value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MultiplyProfile
(
	AvlNet.Profile ioProfile,
	float inValue
)

Parameters

Name Type Range Default Description
ioProfileAvlNet.Profile
inValuefloat2.0fDefault value: 2.0f.

Function Overrides

See also