Gets and sets the probability for success for the distribution.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double P { get; set; }
Visual Basic (Declaration)
Public Property P As Double
Visual C++
public:
property double P {
	double get ();
	void set (double value);
}

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown of the probability set is less than zero or greater than one.

See Also