You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inValue | float | 2.0f | Default value: 2.0f. | |
![]() | outProfile | FilNet.Profile | Output profile. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Divisor is equal to zero on input in DivideProfile. |