operator < abstract method

bool operator <(
  1. Number value
)

Relational less than operator.

Implementation

bool operator <(Number value);