operator < abstract method

bool operator <(
  1. Decimal128 other
)

Returns true if this is less than other.

Implementation

bool operator <(Decimal128 other);