HypergeometricDistribution.NumberOfSamples Property

Gets the total number of samples taken.

Definition

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

Property Value

Int32
The total number of samples taken.

Remarks

This property is read-only.

See Also