ScriptExecutionBasePow(Double, Int32) Method |
Calculates the number x raised to the specified power i.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Pow(
double x,
int i
)
Parameters
- x Double
- A double-precision floating-point number to be raised to the power i.
- i Int32
- An integer number that specifies the power.
Return Value
DoubleThe number
x raised to the power
i.
See Also