Single.Cos(Single) 메서드

정의

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

public:
 static float Cos(float x) = System::Numerics::ITrigonometricFunctions<float>::Cos;
public static float Cos(float x);
static member Cos : single -> single
Public Shared Function Cos (x As Single) As Single

매개 변수

x
Single

코사인을 계산할 라디안 값입니다.

반품

의 코사인 x입니다.

구현

설명

이 계산은 .를 계산합니다.cos(x)

적용 대상