ScriptExecutionBaseLog(DataColumn, Double) Method |
Applies logarithm evaluation to a data column and a scalar.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DoubleColumn Log(
DataColumn x,
double y
)
Parameters
- x DataColumn
- The data column that provides the values.
- y Double
- The scalar base.
Return Value
DoubleColumnA new column containing the transformed values.
See Also