NFloat.Acos(NFloat) Method

Definition

Computes the arc-cosine of a value.

public:
 static System::Runtime::InteropServices::NFloat Acos(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::Acos;
public static System.Runtime.InteropServices.NFloat Acos (System.Runtime.InteropServices.NFloat x);
static member Acos : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Acos (x As NFloat) As NFloat

Parameters

x
NFloat

The value, in radians, whose arc-cosine is to be computed.

Returns

The arc-cosine of x.

Implements

Remarks

This computes arccos(x) in the interval [+0, +π] radians.

Applies to