Click or drag to resize

SpeedIsNaN Method

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

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static bool IsNaN(
	Speed value
)

Parameters

value  Speed
A Speed.

Return Value

Boolean
true if value evaluates to NaN; otherwise false.
See Also