ScriptExecutionBaseAtan2(DoubleColumn, DoubleColumn) Method |
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DoubleColumn Atan2(
DoubleColumn y,
DoubleColumn x
)
Parameters
- y DoubleColumn
- The column that provides the y-values.
- x DoubleColumn
- The column that provides the x-values.
Return Value
DoubleColumnA new column containing the transformed values.
See Also