Gets and sets the default format for displaying integers.

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

Syntax

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

Remarks

The default is "G".

See Also