MathMethods.LongNumberSystem(Double) Method

Converts double to a long string. Throws exception when infinity detected.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static string LongNumberSystem(
	double value
)

Parameters

value  Double
Value to convert.

Return Value

String
String representation of the given number.

See Also