Bagikan melalui


NFloat.SinCosPi(NFloat) Metode

Definisi

Menghitung sinus dan kosinus nilai.

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)

Parameter

x
NFloat

Nilai, dalam setengah revolusi, yang berlipat ganda dengan pi sebelum menghitung sinus dan kosinusnya.

Mengembalikan

Sinus dan kosinus x.

Penerapan

Keterangan

Ini menghitung (sin(x), cos(x)).

Berlaku untuk