Click or drag to resize

ScriptExecutionBasePow(DoubleColumn, Int32) Method

Calculates the ith power of each element of x.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static DoubleColumn Pow(
	DoubleColumn x,
	int i
)

Parameters

x  DoubleColumn
A column containing double-precision elements.
i  Int32
An integer number that specifies the power.

Return Value

DoubleColumn
A new column in which each each element is the ith power of the corresponding element of column x.
See Also