| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
BooleanRemarks
A normalizable rectangle should have
Top between
n*360 + (-90 ~ +90)
and
Bottom less than or equal to
n*360 + 90.
See Also