Sdílet prostřednictvím


NFloat.SinCosPi(NFloat) Metoda

Definice

Vypočítá sinus a kosinus hodnoty.

public:
 static ValueTuple<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat> SinCosPi(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::SinCosPi;
public static (System.Runtime.InteropServices.NFloat SinPi, System.Runtime.InteropServices.NFloat CosPi) SinCosPi (System.Runtime.InteropServices.NFloat x);
static member SinCosPi : System.Runtime.InteropServices.NFloat -> ValueTuple<System.Runtime.InteropServices.NFloat, System.Runtime.InteropServices.NFloat>
Public Shared Function SinCosPi (x As NFloat) As ValueTuple(Of NFloat, NFloat)

Parametry

x
NFloat

Hodnota v polovičních otáčkách, která se před výpočtem sinusu a kosinusu pi znásobí.

Návraty

Sinus a kosinus .x

Implementuje

Poznámky

Tím se vypočítá (sin(x), cos(x)).

Platí pro