ITrigonometricFunctions<TSelf>.SinCos(TSelf) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
De sinus en cosinus van x.
Opmerkingen
Dit wordt berekend (sin(x), cos(x)).