You are here: Start » AVL.NET » Function Reference » Profile » Profile Point Transforms » AVL.DivideProfile

AVL.DivideProfile

Divides each element of a profile by a scalar value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DivideProfile
(
	AvlNet.Profile ioProfile,
	float inValue
)

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Divisor is equal to zero on input in DivideProfile.
DomainError Range exceeds the input profile in DivideProfile.

Function Overrides

See also