fromLong static method

SLFloat fromLong(
  1. int x
)

Implementation

static SLFloat fromLong(int x) => SLFloat(x.toDouble());