fromDouble static method

SLFloat fromDouble(
  1. double x
)

Implementation

static SLFloat fromDouble(double x) => SLFloat(x);