NFloat.SinCos(NFloat) Metoda

Definice

Vypočítá sinus a kosinus hodnoty.

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

Parametry

x
NFloat

Hodnota v radiánech, jejíž sinus a kosinus se má vypočítat.

Návraty

Sinus a kosinus .x

Implementuje

Poznámky

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

Platí pro