ScriptExecutionBasePow4(DataColumn) Method |
Calculates the 4th power of each element of x.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static DoubleColumn Pow4(
DataColumn x
)
Parameters
- x DataColumn
- A column containing numeric elements.
Return Value
DoubleColumnA new column in which each each element is the 4th power of the corresponding element of column
x.
See Also