다음을 통해 공유


Single.Exp10M1(Single) 메서드

정의

지정된 전원으로 10 계산하고 1을 뺍니다.

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

매개 변수

x
Single

10 발생시키는 힘입니다.

반환

10x - 1

구현

적용 대상