increment method

SLFloat increment()

Implementation

SLFloat increment() => SLFloat(value + 1.0);