NFloat.SinCosPi(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> 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)

Parametreler

x
NFloat

Yarı devrimde, sinüs ve kosinüsü hesaplamadan önce tarafından pi katlanmış 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