Skip to contents

[Deprecated]

Usage

multiply(x, y)

Arguments

x, y

Expressions or numeric values.

Value

An Expression representing the elementwise product.

Details

Use the * operator instead: x * y.