MathMethods.LongNumber(Double) Method

Converts double to a long string.

Definition

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

Parameters

value  Double
Value to convert.

Return Value

String
String representation of the given number.

See Also