다음을 통해 공유


Single.Exp(Single) 메서드

정의

컴퓨팅 E 지정된 전원으로 발생합니다.

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

매개 변수

x
Single

E 발생시키는 힘입니다.

반환

E x힘에 제기 .

구현

적용 대상