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

AVL.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 inProfile,
	float inValue,
	out AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inValuefloat2.0fDefault value: 2.0f.
outProfileAvlNet.ProfileOutput profile.

See also