compareTo method

int compareTo(
  1. SLFloat other
)

Implementation

int compareTo(SLFloat other) => value.compareTo(other.value);