times

open operator override fun times(factor: Int): Weight
open operator override fun times(factor: Double): Weight

Returns a new instance with the value from this multiplied by factor.