NFloat.SinPi(NFloat) 메서드

정의

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

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

매개 변수

x
NFloat

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

반환

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

구현

설명

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

적용 대상