BinomialDistribution.NumberOfTrials Property

Gets the number of trials.

Definition

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

Property Value

Int32
The number of trials.

Remarks

This property is read-only.

See Also