Click or drag to resize

ScriptExecutionBasePow3(DoubleColumn) Method

Calculates the 3rd power of each element of x (cube).

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

Parameters

x  DoubleColumn
A column containing double-precision elements.

Return Value

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