Click or drag to resize

ScriptExecutionBasePow(Double, Int32) Method

Calculates the number x raised to the specified power i.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Double
The number x raised to the power i.
See Also