Single.ExpM1(Single) 메서드

정의

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

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

매개 변수

x
Single

발생되는 E 힘입니다.

반환

Ex - 1

구현

적용 대상