Click or drag to resize

RandGenGeometricP Property

Gets and sets the probability for success for the distribution.

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

Property Value

Double
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown of the probability set is less than zero or greater than one.
See Also