LatLngIsValidLongitude Method |
doogal.co.uk Home
Determines whether the specified longitude is valid longitude.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public static bool IsValidLongitude(
double longitude
)
Public Shared Function IsValidLongitude (
longitude As Double
) As Boolean
public:
static bool IsValidLongitude(
double longitude
)
static member IsValidLongitude :
longitude : float -> bool
Parameters
- longitude
- Type: SystemDouble
The longitude.
Return Value
Type:
Booleantrue if the longitude is valid; otherwise,
false.
See Also