NFloat.Asin(NFloat) Metod

Definition

Beräknar arc-sinus för ett värde.

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

Parametrar

x
NFloat

Värdet, i radianer, vars arc-sine ska beräknas.

Returer

Arc-sinus av x.

Implementeringar

Kommentarer

Detta beräknar arcsin(x) i intervallradianerna [-π / 2, +π / 2] .

Gäller för