Initializes a new instance of the
Bin struct.
Namespace: Altaxo.Analysis.Statistics.HistogramsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Bin(
double lowerBound,
double centerPosition,
double upperBound,
int count
)
Parameters
- lowerBound Double
- The lower boundary of the bin.
- centerPosition Double
- The center position of the bin.
- upperBound Double
- The upper boundary of the bin.
- count Int32
- The number of data in this bin.
See Also