Gets and sets the default precision for displaying floating point numbers.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public static int FloatPrecision { get; set; }
Visual Basic (Declaration)
Public Shared Property FloatPrecision As Integer
Visual C++
public:
static property int FloatPrecision {
	int get ();
	void set (int value);
}

Remarks

The default is 4.

See Also