NFloat.Cbrt(NFloat) 메서드

정의

값의 큐브 루트를 계산합니다.

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

매개 변수

x
NFloat

큐브 루트를 계산할 값입니다.

반환

의 큐브 루트입니다 x.

구현

적용 대상