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