SLFloat constructor

SLFloat(
  1. double a
)

Implementation

SLFloat(double a) {
  objValue = a;
}