NFloat.Sin(NFloat) 메서드

정의

값의 사인을 계산합니다.

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

매개 변수

x
NFloat

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

반환

x의 사인입니다.

구현

설명

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

적용 대상