public static ExtendedDateTime FromScientificNotation(
int significand,
int? exponent = null,
int? precision = null
)
Dim significand As Integer
Dim exponent As Integer?
Dim precision As Integer?
Dim returnValue As ExtendedDateTime
returnValue = ExtendedDateTime.FromScientificNotation(significand,
exponent, precision)
No code example is currently available or this language may not be supported.