DivideHistogram
Divides each bin value by a number.
Syntax
C++
C#
Python
def DivideHistogram( inHistogram: Histogram, inValue: float, outHistogram: Histogram, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | Histogram | Input histogram | |
![]() |
inValue | float | Input value | |
![]() |
outHistogram | Histogram | Output histogram |


