This is preliminary documentation and is subject to change.

ExtendedDateTimeFromScientificNotation Method

Creates a ExtendedDateTime from a scientific notation.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static ExtendedDateTime FromScientificNotation(
	int significand,
	int? exponent = null,
	int? precision = null
)

Parameters

significand  Int32
The significand
exponent  NullableInt32  (Optional)
The exponent
precision  NullableInt32  (Optional)
The precision

Return Value

ExtendedDateTime
An ExtendedDateTime.

See Also