NFloat.SinCosPi(NFloat) 메서드

정의

값의 사인 및 코사인을 계산합니다.

public:
 static ValueTuple<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat> SinCosPi(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::SinCosPi;
public static (System.Runtime.InteropServices.NFloat SinPi, System.Runtime.InteropServices.NFloat CosPi) SinCosPi (System.Runtime.InteropServices.NFloat x);
static member SinCosPi : System.Runtime.InteropServices.NFloat -> ValueTuple<System.Runtime.InteropServices.NFloat, System.Runtime.InteropServices.NFloat>
Public Shared Function SinCosPi (x As NFloat) As ValueTuple(Of NFloat, NFloat)

매개 변수

x
NFloat

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

반환

의 사인 및 코사인입니다 x.

구현

설명

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

적용 대상