NFloat.Exp10M1(NFloat) 메서드

정의

10 지정된 전원으로 발생된 컴퓨팅은 1을 뺍니다.

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

매개 변수

x
NFloat

발생되는 10 힘입니다.

반환

10x - 1

구현

적용 대상