NFloat.Acos(NFloat) Methode

Definition

Berechnet den Arc-Kosinus eines Werts.

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

Parameter

x
NFloat

Der Wert im Bogenmaß, dessen Arc-Kosinus berechnet werden soll.

Gibt zurück

Der Arc-Kosinus von x.

Implementiert

Hinweise

Dies arccos(x) wird im Intervallradier [+0, +π] berechnet.

Gilt für: