NFloat.Acos(NFloat) Methode

Definition

Berechnet den Arkuskosinus 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 in Bogenmaß, dessen Arkuskosinus berechnet werden soll.

Gibt zurück

Der Arkuskosinus von x.

Implementiert

Hinweise

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

Gilt für: