Click or drag to resize
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
)

Parameters

longitude
Type: SystemDouble
The longitude.

Return Value

Type: Boolean
true if the longitude is valid; otherwise, false.
See Also