subtract method

SLFloat subtract(
  1. SLFloat other
)

Implementation

SLFloat subtract(SLFloat other) => SLFloat(value - other.value);