multiply method

SLFloat multiply(
  1. SLFloat other
)

Implementation

SLFloat multiply(SLFloat other) => SLFloat(value * other.value);