Click or drag to resize

ScriptExecutionBaseLog Method

Overload List
 NameDescription
Public methodStatic memberLog(DataColumn) Applies the natural logarithm to a data column.
Public methodStatic memberLog(Double)Returns the natural (base e) logarithm of a specified number.
Public methodStatic memberLog(DoubleColumn) Applies the natural logarithm to a DoubleColumn.
Public methodStatic memberLog(DataColumn, DataColumn) Applies logarithm evaluation to two data columns.
Public methodStatic memberLog(DataColumn, Double) Applies logarithm evaluation to a data column and a scalar.
Public methodStatic memberLog(Double, DataColumn) Applies logarithm evaluation to a scalar and a data column.
Public methodStatic memberLog(Double, DoubleColumn) Applies logarithm evaluation to a scalar and a DoubleColumn base.
Public methodStatic memberLog(Double, Double)Returns the logarithm of a specified number in a specified base.
Public methodStatic memberLog(DoubleColumn, DoubleColumn) Applies logarithm evaluation to two DoubleColumn instances.
Public methodStatic memberLog(DoubleColumn, Double) Applies logarithm evaluation to a DoubleColumn and a scalar base.
Top
See Also