NFloat.SinCosPi(NFloat) Methode

Definitie

Berekent de sinus en cosinus van een waarde.

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)

Parameters

x
NFloat

De waarde, in halve revoluties, die wordt vermenigvuldigd voordat pi de sinus en cosinus worden gecomputeerd.

Retouren

De sinus en cosinus van x.

Implementeringen

Opmerkingen

Dit wordt berekend (sin(x), cos(x)).

Van toepassing op