Multiplies the current value by other.
other
void multiply(num other) => value = (value * other) as T;