Binomial Distribution.Number Of Trials Property
Gets the number of trials.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The number of trials.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public int NumberOfTrials { get; }
Property Value
Int32The number of trials.
Remarks
This property is read-only.