decrement method

SLFloat decrement()

Implementation

SLFloat decrement() => SLFloat(value - 1.0);