The NumberFormat to be used in formatting double and Complex entries.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Field Value

A String containing the format to be used in Complex entries.

See Also