TimeIsNaN Method

Returns a value indicating whether the specified number evaluates to a value that is not a number (NaN).

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static bool IsNaN(
	Time value
)

Parameters

value  Time
A Time.

Return Value

Boolean
true if value evaluates to NaN; otherwise false.

See Also