CartographicIsAtPole Method (Double) |
Indicates whether the absolute value of the
Latitude equals
HalfPi within the provided tolerance.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsAtPole(
double epsilon
)
Public Function IsAtPole (
epsilon As Double
) As Boolean
public:
bool IsAtPole(
double epsilon
)
member IsAtPole :
epsilon : float -> bool
Parameters
- epsilon
- Type: SystemDouble
The tolerance for the comparison.
Return Value
Type:
Boolean if this point is at the pole, within tolerance; otherwise
.
See Also