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