HypergeometricDistribution.NumberOfSamples Property

Gets the total number of samples taken.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int NumberOfSamples { get; }

Property Value

Int32
The total number of samples taken.

Remarks

This property is read-only.

See Also