Gets and sets the integer format.

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

Syntax

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

Remarks

Set to null to restore the default.

See Also