Pow()

MathF::Pow(float, float) method

Returns the specified value raised to the specified power.

static float System::MathF::Pow(float x, float y)

Arguments

ParameterTypeDescription
xfloatThe value to raise to the specified power
yfloatThe power to raise the specified value to

Return Value

x raised to the power of y

See Also