NFloat.SinCos(NFloat) Methode

Definitie

Berekent de sinus en cosinus van een waarde.

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)

Parameters

x
NFloat

De waarde, in radialen, waarvan sinus en cosinus moeten worden berekend.

Retouren

De sinus en cosinus van x.

Implementeringen

Opmerkingen

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

Van toepassing op