Click or drag to resize
CMSAbstractMapEnsureLongitude Method
Ensures correct range of longitude.

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

Parameters

lng
Type: SystemNullableDouble
Longitude

Return Value

Type: NullableDouble
See Also