NFloat.SinCos(NFloat) Yöntem

Tanım

Bir değerin sinüsünü ve kosinüsünü hesaplar.

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)

Parametreler

x
NFloat

Radyan cinsinden, sinüsü ve kosinüsü hesaplanacak olan değer.

Döndürülenler

sinüsü ve kosinüsü x.

Uygulamalar

Açıklamalar

Bu işlem .(sin(x), cos(x))

Şunlara uygulanır