You are here: Start » AVL.NET » AVL.MultiplyProfile(AvlNet.Profile, float, AvlNet.Profile)

AVL.MultiplyProfile(AvlNet.Profile, float, AvlNet.Profile)

Multiplies each element of a profile by a scalar value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void MultiplyProfile(
	AvlNet.Profile inProfile,
	float inValue,
	out AvlNet.Profile outProfile
)

Parameters

inProfile
Type: AvlNet.Profile
Input profile
inValue
Type: System.Single
outProfile
Type: AvlNet.Profile
Output profile

See also