org.hnau.base.extensions.time.TimeOperatorsExtensions.kt Maven / Gradle / Ivy
package org.hnau.base.extensions.time
import org.hnau.base.data.Time
operator fun Number.times(time: Time) =
Time((toDouble() * time.milliseconds).toLong())
© 2015 - 2025 Weber Informatics LLC | Privacy Policy