ITrigonometricFunctions<TSelf>.SinCosPi(TSelf) 메서드

정의

를 곱한 값의 사인과 코사인을 pi계산합니다.

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

매개 변수

x
TSelf

이 값은 사인과 코사인을 계산하기 전에 에 의해 pi 배수되는 반혁명의 값입니다.

반환

ValueTuple<TSelf,TSelf>

의 사인과 코사인x 을 곱한 pi입니다.

설명

이렇게 하면 가 계산됩니다 (sin(x * π), cos(x * π)).

적용 대상