NFloat.CosPi(NFloat) 메서드

정의

에서 배수 pi된 값의 코사인을 계산합니다.

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

매개 변수

x
NFloat

코사인을 계산해야 하는 반혁명의 값입니다.

반환

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

구현

설명

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

적용 대상