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

AVS.DivideProfile Method

Divides each element of a profile by a scalar value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DivideProfile
(
	AvlNet.Profile ioProfile,
	AvlNet.Range? inRange,
	float inValue
)

Parameters

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

Function Overrides

See also