Pow()

Math::Pow(double, double) method

Returns the specified value raised to the specified power.

static double System::Math::Pow(double x, double y)

Arguments

ParameterTypeDescription
xdoubleThe value to raise to the specified power
ydoubleThe power to raise the specified value to

Return Value

x raised to the power of y

See Also