multiply
Causes a new column to be added to the dataframe that represents the element-wise multiplication of column A and B. The columns must be in the data frame and be of type DataColumn
Causes a new column to be added to the dataframe that represents the element-wise multiplication of column A and B. The columns must be in the dataframe.
Causes a new column to be added to the dataframe that represents the element-wise multiplication of the columns in the list. The columns must be in the dataframe.