Raises each element of a double column to the fifth power.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DoubleColumn Pow5(
DoubleColumn c1
)
Parameters
- c1 DoubleColumn
- The source column.
Return Value
DoubleColumnThe result column.
See Also