Single.Pow(Single, Single) 메서드

정의

지정된 전력으로 발생한 값을 계산합니다.

public:
 static float Pow(float x, float y) = System::Numerics::IPowerFunctions<float>::Pow;
public static float Pow (float x, float y);
static member Pow : single * single -> single
Public Shared Function Pow (x As Single, y As Single) As Single

매개 변수

x
Single

의 전원 x으로 발생하는 값입니다.

y
Single

발생되는 x 힘입니다.

반환

x 의 전원으로 발생합니다 y.

구현

적용 대상