You are here: Start » FIL.NET » FIL.DivideProfile

FIL.DivideProfile

Divides each element of a profile by a scalar value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void DivideProfile
(
	FilNet.Profile inProfile,
	float inValue,
	FilNet.Profile outProfile
)

Parameters

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

Errors

List of possible exceptions:

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

See also