| MathHelperAcos Method |
Gets the principal value of the arc cosine of a, expressed in radians.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public static float Acos(
float a
)
public:
static float Acos(
float a
)
Parameters
- a
- Type: SystemSingle
The value whose arc cosine is computed, in the interval [-1,+1].
Return Value
Type:
SingleThe principal arc cosine of
a, in the interval [0,
PI] radians.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also