ITrigonometricFunctions<TSelf>.SinCos(TSelf) Yöntem

Tanım

Bir değerin sinüsünü ve kosinüsünü hesaplar.

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)

Parametreler

x
TSelf

Radyan cinsinden, sinüsü ve kosinüsü hesaplanacak olan değer.

Döndürülenler

ValueTuple<TSelf,TSelf>

sinüsü ve kosinüsü x.

Açıklamalar

Bu işlem .(sin(x), cos(x))

Şunlara uygulanır