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