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으로 발생합니다.

구현

적용 대상