Click or drag to resize
LatLngIsValidLongitude Method (Int32, Int32, Double)
doogal.co.uk Home



Determines whether the specified longitude is valid.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.24 (1.0.0.24)
Syntax
public static bool IsValidLongitude(
	int longitudeDegrees,
	int longitudeMinutes,
	double longitudeSeconds
)

Parameters

longitudeDegrees
Type: SystemInt32
The degrees part of the longitude.
longitudeMinutes
Type: SystemInt32
The minutes part of the longitude.
longitudeSeconds
Type: SystemDouble
The seconds part of the longitude.

Return Value

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