Click or drag to resize

MathUtilAcosSafe Method

Verizon Connect Logo
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
)

Parameters

x
Type: SystemDouble
The cosine

Return Value

Type: Double
arc-cosine for x
See Also