Click or drag to resize

ScriptExecutionBasePow(DoubleColumn, Double) Method

Raises each element of a DoubleColumn to a scalar power.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DoubleColumn Pow(
	DoubleColumn x,
	double y
)

Parameters

x  DoubleColumn
The base values.
y  Double
The scalar exponent.

Return Value

DoubleColumn
A new column containing the transformed values.
See Also