Hypergeometric Distribution.Number Of Samples Property
Gets the total number of samples taken.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The total number of samples taken.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int NumberOfSamples { get; }
Property Value
Int32The total number of samples taken.
Remarks
This property is read-only.