microseconds
Deprecated
Use Duration.microseconds() function instead.
Replace with
import kotlin.time.Duration
Content copied to clipboard
Duration.microseconds(this)
Content copied to clipboard
Returns a Duration equal to this Int number of microseconds.
Since Kotlin
1.3Deprecated
Use Duration.microseconds() function instead.
Replace with
import kotlin.time.Duration
Content copied to clipboard
Duration.microseconds(this)
Content copied to clipboard
Returns a Duration equal to this Long number of microseconds.
Since Kotlin
1.3Deprecated
Use Duration.microseconds() function instead.
Replace with
import kotlin.time.Duration
Content copied to clipboard
Duration.microseconds(this)
Content copied to clipboard
Returns a Duration equal to this Double number of microseconds.
Since Kotlin
1.3Throws
if this Double
value is NaN
.