operator <= abstract method

bool operator <=(
  1. Number other
)

Relational less than or equal operator.

Implementation

bool operator <=(Number other);