 | GeoCoordinateRectangleIsNormalizable Property |
This is preliminary documentation and is subject to change.
Gets a value that indicates whether the current rectangle instance is normalizable.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic bool IsNormalizable { get; }
Public ReadOnly Property IsNormalizable As Boolean
Get
Dim instance As GeoCoordinateRectangle
Dim value As Boolean
value = instance.IsNormalizable
public:
property bool IsNormalizable {
bool get ();
}
member IsNormalizable : bool with get
Property Value
Boolean
Remarks
A normalizable rectangle should have
Top between
n*360 + (-90 ~ +90)
and
Bottom less than or equal to
n*360 + 90.
See Also