NFloat.Cos(NFloat) 메서드

정의

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

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

매개 변수

x
NFloat

반환

NFloat

x의 코사인입니다.

구현

설명

이 계산은 .cos(x)

적용 대상