Click or drag to resize
CMSAbstractMapEnsureLatitude Method
Ensures correct range of latitude.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
protected static Nullable<double> EnsureLatitude(
	Nullable<double> lat
)

Parameters

lat
Type: SystemNullableDouble
Latitude

Return Value

Type: NullableDouble
See Also