Single.Pow(Single, Single) Yöntem

Tanım

Belirli bir güce yükseltilmiş bir değeri hesaplar.

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

Parametreler

x
Single

üssüne xyükseltilen değerdir.

y
Single

Yükseltilen x güç.

Döndürülenler

x üssüne yükseltildi y.

Uygulamalar

Şunlara uygulanır