operator > abstract method

bool operator >(
  1. Number other
)

Relational greater than operator.

Implementation

bool operator >(Number other);