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
Parameter | Type | Description |
---|---|---|
x | double | The value to raise to the specified power |
y | double | The power to raise the specified value to |
Return Value
x raised to the power of y
See Also
- Struct Math
- Namespace System
- Library Aspose.Slides