Multiply

class Multiply : BinaryExpression


The MULTIPLY operator, which calculates operand1 * operand2.

val x = Multiply(1, 2)

Summary