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

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

Syntax

C#
public static string NumericFormat { get; set; }
Visual Basic (Declaration)
Public Shared Property NumericFormat As String
Visual C++
public:
static property String^ NumericFormat {
	String^ get ();
	void set (String^ value);
}

Remarks

The default is "F4".

See Also