TimeIsNaN Method
Returns a value indicating whether the specified number evaluates to a value that is not a number
(
NaN).
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static bool IsNaN(
Time value
)
- value Time
- A Time.
Booleantrue if
value evaluates to
NaN;
otherwise
false.