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

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

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
inValue
Type: System.Single
outProfile
Type: AvlNet.Profile

Errors

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

See also