Gets the n'th bucket.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Bucket this[
int n
] { get; }
Parameters
- n Int32
- The index of the bucket to be returned.
Return Value
BucketA copy of the
n'th bucket.
See Also