Divide

class Divide : BinaryExpression


The DIVIDE operator, which calculates operand1 / operand2.

val x = Divide(2, 1)

Summary