MathMethods.LongNumberSystem(Single) Method
Converts float to a long string. Throws exception when infinity detected.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static string LongNumberSystem(
float value
)
Public Shared Function LongNumberSystem (
value As Single
) As String
public:
static String^ LongNumberSystem(
float value
)
static member LongNumberSystem :
value : float32 -> string
- value Single
- Value to convert.
StringString representation of the given number.