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