MathMethods.LongNumberSystem(Single) Method

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

Parameters

value  Single
Value to convert.

Return Value

String
String representation of the given number.

See Also