add method

SLFloat add(
  1. SLFloat other
)

Implementation

SLFloat add(SLFloat other) => SLFloat(value + other.value);