Click or drag to resize

ScriptExecutionBaseLog(DoubleColumn, Double) Method

Applies logarithm evaluation to a DoubleColumn and a scalar base.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DoubleColumn Log(
	DoubleColumn s,
	double bas
)

Parameters

s  DoubleColumn
The column that provides the values.
bas  Double
The scalar base.

Return Value

DoubleColumn
A new column containing the transformed values.
See Also