Click or drag to resize

DoubleColumnLog Method

Overload List
 NameDescription
Public methodStatic memberLog(DoubleColumn) Applies Log(Double) to each element of a double column.
Public methodStatic memberLog(Double, DoubleColumn) Applies Log(Double, Double) to a scalar value with element-wise bases from a double column.
Public methodStatic memberLog(DoubleColumn, DoubleColumn) Applies Log(Double, Double) element-wise to two double columns.
Public methodStatic memberLog(DoubleColumn, Double) Applies Log(Double, Double) to a double column with a scalar base.
Top
See Also