(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
centuries |
Convert to IntCenturies. val Int.centuries: IntCenturies |
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
days |
Convert to IntDays. val Int.days: IntDays |
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
decades |
Convert to IntDecades. val Int.decades: IntDecades |
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
hours |
Convert to IntHours. val Int.hours: IntHours |
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
microseconds |
Convert to IntMicroseconds. val Int.microseconds: IntMicroseconds |
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
milliseconds |
Convert to IntMilliseconds. val Int.milliseconds: IntMilliseconds |
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
minutes |
Convert to IntMinutes. val Int.minutes: IntMinutes |
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
months |
Convert to IntMonths. val Int.months: IntMonths |
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
nanoseconds |
Convert to IntNanoseconds. val Int.nanoseconds: IntNanoseconds |
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
seconds |
Convert to IntSeconds. val Int.seconds: IntSeconds |
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
times |
Multiply by a number of centuries. operator fun Int.times(centuries: IntCenturies): IntCenturiesoperator fun Int.times(centuries: LongCenturies): LongCenturies
Multiply by a number of days. operator fun Int.times(days: IntDays): IntDaysoperator fun Int.times(days: LongDays): LongDays
Multiply by a number of decades. operator fun Int.times(decades: IntDecades): IntDecadesoperator fun Int.times(decades: LongDecades): LongDecades
Multiply by a number of hours. operator fun Int.times(hours: IntHours): IntHoursoperator fun Int.times(hours: LongHours): LongHours
Multiply by a number of microseconds. operator fun Int.times(microseconds: IntMicroseconds): LongMicrosecondsoperator fun Int.times(microseconds: LongMicroseconds): LongMicroseconds
Multiply by a number of milliseconds. operator fun Int.times(milliseconds: IntMilliseconds): LongMillisecondsoperator fun Int.times(milliseconds: LongMilliseconds): LongMilliseconds
Multiply by a number of minutes. operator fun Int.times(minutes: IntMinutes): IntMinutesoperator fun Int.times(minutes: LongMinutes): LongMinutes
Multiply by a number of months. operator fun Int.times(months: IntMonths): IntMonthsoperator fun Int.times(months: LongMonths): LongMonths
Multiply by a number of nanoseconds. operator fun Int.times(nanoseconds: IntNanoseconds): LongNanosecondsoperator fun Int.times(nanoseconds: LongNanoseconds): LongNanoseconds
Multiply by a number of seconds. operator fun Int.times(seconds: IntSeconds): IntSecondsoperator fun Int.times(seconds: LongSeconds): LongSeconds
Multiply by a number of weeks. operator fun Int.times(weeks: IntWeeks): IntWeeksoperator fun Int.times(weeks: LongWeeks): LongWeeks
Multiply by a number of years. operator fun Int.times(years: IntYears): IntYearsoperator fun Int.times(years: LongYears): LongYears
Multiply by a duration. operator fun Int.times(duration: Duration): Durationoperator fun Int.times(period: Period): Period |
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
weeks |
Convert to IntWeeks. val Int.weeks: IntWeeks |
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
years |
Convert to IntYears. val Int.years: IntYears |