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제기 .

구현

적용 대상