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

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

Divides each element of a profile by a scalar value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DivideProfile(
	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

Errors

Error type Description
DomainError Divisor is equal to zero on input in DivideProfile.

See also