MathMethods.LongNumber(Single) Method

Converts float 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(
	float value
)

Parameters

value  Single
Value to convert.

Return Value

String
String representation of the given number.

See Also