LengthIsNaN 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(
Length value
)
- value Length
- A Length.
Booleantrue if
value evaluates to
NaN;
otherwise
false.