menu
libac_dart
omv/types/float.dart
SLFloat
fromLong static method
fromLong
dark_mode
light_mode
fromLong
static method
SLFloat
fromLong
(
int
x
)
Implementation
static SLFloat fromLong(int x) => SLFloat(x.toDouble());
libac_dart
float
SLFloat
fromLong static method
SLFloat class