menu
libac_dart
omv/types/float.dart
SLFloat
equals method
equals
dark_mode
light_mode
equals
method
bool
equals
(
SLFloat
other
)
Implementation
bool equals(SLFloat other) => (value - other.value).abs() < double.minPositive;
libac_dart
float
SLFloat
equals method
SLFloat class