times

operator fun times(factor: Long): Kapacity
operator fun times(bytes: Int): Kapacity
operator fun times(factor: Double): Kapacity
operator fun times(factor: Float): Kapacity

Multiplies this capacity by a given scalar factor. Ensures the resulting capacity is never negative.