Inner Drive Extensible Architecture
C#
Show/Hide TOC
Longitude
Is
Na
N Method
Returns a value indicating whether the specified number evaluates to a value that is not a number (
NaN
).
Definition
Namespace:
InnerDrive.Geography
Assembly:
InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Copy
public
static
bool
IsNaN
(
Longitude
value
)
Parameters
value
Longitude
A
Longitude
.
Return Value
Boolean
true
if
value
evaluates to
NaN
; otherwise
false
.
See Also
Reference
Longitude Structure
InnerDrive.Geography Namespace
In This Article
Definition
Parameters
Return Value
See Also