nimble.calculate.elementwiseMultiply

nimble.calculate.elementwiseMultiply(left, right)

Perform element wise multiplication of two provided nimble Base objects with the result being returned in a separate nimble Base object. Both objects must contain only numeric data. The pointCount and featureCount of both objects must be equal. The types of the two objects may be different. None is always returned.