ITrigonometricFunctions<TSelf>.SinCos(TSelf) Methode

Definitie

Berekent de sinus en cosinus van een waarde.

public:
 static ValueTuple<TSelf, TSelf> SinCos(TSelf x);
public static abstract(TSelf Sin, TSelf Cos) SinCos(TSelf x);
static member SinCos : 'Self -> ValueTuple<'Self, 'Self (requires 'Self :> System.Numerics.ITrigonometricFunctions<'Self> and 'Self :> System.Numerics.ITrigonometricFunctions<'Self>)>
Public Shared Function SinCos (x As TSelf) As ValueTuple(Of TSelf, TSelf)

Parameters

x
TSelf

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

Retouren

ValueTuple<TSelf,TSelf>

De sinus en cosinus van x.

Opmerkingen

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

Van toepassing op