Click or drag to resize

DoubleColumnPow(DoubleColumn, Int32) Method

Raises each element of a double column to the specified integer power.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DoubleColumn Pow(
	DoubleColumn c1,
	int c2
)

Parameters

c1  DoubleColumn
The base column.
c2  Int32
The exponent.

Return Value

DoubleColumn
The result column.
See Also