MathMethods.LongNumberSystem(Double) Method
Converts double 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(
double value
)
Public Shared Function LongNumberSystem (
value As Double
) As String
public:
static String^ LongNumberSystem(
double value
)
static member LongNumberSystem :
value : float -> string
- value Double
- Value to convert.
StringString representation of the given number.