You are here: Start » FIL.NET » Function Reference » Histogram » Histogram Point Transforms » FIL.DivideHistogram
Divides each bin value by a number.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void DivideHistogram ( FilNet.Histogram inHistogram, double inValue, FilNet.Histogram outHistogram )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | FilNet.Histogram | Input histogram. | ||
![]() | inValue | double | 2.0D | Input value. Default value: 2.0D. | |
![]() | outHistogram | FilNet.Histogram | Output histogram. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Divisor is equal to zero on input in DivideHistogram. |