MathUtilAcosSafe Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculate the arc-cosine (Acos) in radians with out-of-bounds check:
if input > 1 use 1; if input < -1 use -1 as input.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static double AcosSafe(
double x
)
Public Shared Function AcosSafe (
x As Double
) As Double
Parameters
- x
- Type: SystemDouble
The cosine
Return Value
Type:
Doublearc-cosine for x
See Also