Gets and sets the mean of the underlying normal distribution.

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

Syntax

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

See Also