Gets and sets the lambda of the exponential distribution.

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

Syntax

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

See Also