menu
libac_dart
omv/types/float.dart
SLFloat
compareTo method
compareTo
dark_mode
light_mode
compareTo
method
int
compareTo
(
SLFloat
other
)
Implementation
int compareTo(SLFloat other) => value.compareTo(other.value);
libac_dart
float
SLFloat
compareTo method
SLFloat class