Click or drag to resize

DoubleColumnPow6 Method

Raises each element of a double column to the sixth power.

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

Parameters

c1  DoubleColumn
The source column.

Return Value

DoubleColumn
The result column.
See Also