Click or drag to resize

BinomialDistributionN Property

Gets and sets the total number of trials.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int N { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if set to a negative value.
See Also