Click or drag to resize

DoubleColumnPow4 Method

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

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

Parameters

c1  DoubleColumn
The source column.

Return Value

DoubleColumn
The result column.
See Also