ScriptExecutionBasePow2(DoubleColumn) Method |
Calculates the 2nd power of each element of x (square).
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static DoubleColumn Pow2(
DoubleColumn x
)
Parameters
- x DoubleColumn
- A column containing double-precision elements.
Return Value
DoubleColumnA new column in which each each element is the 2nd power of the corresponding element of column
x.
See Also