Start » Filter Reference » Histogram » Histogram Point Transforms » DivideHistogram
Module: | FoundationBasic |
---|
Divides each bin value by a number.
Name | Type | Description | |
---|---|---|---|
inHistogram | Histogram | Input histogram | |
inValue | Double | Input value | |
outHistogram | Histogram | Output histogram |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Divisor is equal to zero on input in DivideHistogram. |
Complexity Level
This filter is available on Basic Complexity Level.