Gets the mean.

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

Syntax

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

See Also