x

Gets a MetricAndImperialAction from a MetricAndImperialEnergy and a Time

Return

the MetricAndImperialAction represented by the units

Parameters

time

the Time component


infix fun MetricEnergy.x(time: Time): MetricAction

Gets a MetricAction from a MetricEnergy and a Time

Return

the MetricAction represented by the units

Parameters

time

the Time component


Gets an ImperialAction from an ImperialEnergy and a Time

Return

the ImperialAction represented by the units

Parameters

time

the Time component


Gets a MetricDynamicViscosity from a MetricPressure and a Time

Return

the MetricDynamicViscosity represented by the units

Parameters

time

the Time component


Gets an ImperialDynamicViscosity from an ImperialPressure and a Time

Return

the ImperialDynamicViscosity represented by the units

Parameters

time

the Time component


Gets a UKImperialDynamicViscosity from a UKImperialPressure and a Time

Return

the UKImperialDynamicViscosity represented by the units

Parameters

time

the Time component


Gets a USCustomaryDynamicViscosity from a USCustomaryPressure and a Time

Return

the USCustomaryDynamicViscosity represented by the units

Parameters

time

the Time component


infix fun LuminousFlux.x(time: Time): LuminousEnergy

Gets a LuminousEnergy from a LuminousFlux and a Time

Return

the LuminousEnergy represented by the units

Parameters

time

the Time component


Gets a MetricLuminousExposure from a MetricIlluminance and a Time

Return

the MetricLuminousExposure represented by the units

Parameters

time

the Time component


Gets an ImperialLuminousExposure from an ImperialIlluminance and a Time

Return

the ImperialLuminousExposure represented by the units

Parameters

time

the Time component


Gets a MetricMomentum from a MetricWeight and a MetricSpeed

Return

the MetricMomentum represented by the units

Parameters

speed

the MetricSpeed component


Gets an ImperialMomentum from an ImperialWeight and an ImperialSpeed

Return

the ImperialMomentum represented by the units

Parameters

speed

the ImperialSpeed component


Gets a UKImperialMomentum from a UKImperialWeight and an ImperialSpeed

Return

the UKImperialMomentum represented by the units

Parameters

speed

the ImperialSpeed component


Gets a USCustomaryMomentum from a USCustomaryWeight and an ImperialSpeed

Return

the USCustomaryMomentum represented by the units

Parameters

speed

the ImperialSpeed component


LeftUnit x RightUnit ->UndefinedMultipliedUnit.Imperial ( LeftUnit, RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.Imperial ( LeftUnit, WrappedUndefinedExtendedUnit.Imperial (RightUnit) )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.Imperial ( WrappedUndefinedExtendedUnit.Imperial (LeftUnit), RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.Imperial ( WrappedUndefinedExtendedUnit.Imperial (LeftUnit), WrappedUndefinedExtendedUnit.Imperial (RightUnit) )


LeftUnit x RightUnit ->UndefinedDividedUnit.Imperial ( RightUnit, LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Imperial ( WrappedUndefinedExtendedUnit.Imperial ( RightUnit ), LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Imperial ( LeftUnit, RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Imperial ( WrappedUndefinedExtendedUnit.Imperial ( LeftUnit ), RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedReciprocalUnit.Imperial ( UndefinedMultipliedUnit.Imperial ( LeftReciprocalUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.Imperial ( RightNumeratorUnit ( LeftReciprocalUnit, RightDenominatorUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.Imperial ( LeftNumeratorUnit ( LeftDenominatorUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.Imperial ( UndefinedMultipliedUnit.Imperial ( LeftNumeratorUnit, RightUnit ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Imperial ( UndefinedMultipliedUnit.Imperial ( LeftNumeratorUnit, WrappedUndefinedExtendedUnit.Imperial ( RightUnit ) ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Imperial ( UndefinedMultipliedUnit.Imperial ( LeftUnit, RightNumeratorUnit ), RightDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Imperial ( UndefinedMultipliedUnit.Imperial ( WrappedUndefinedExtendedUnit.Imperial ( LeftUnit ), RightNumeratorUnit ), RightDenominatorUnit )


@JvmName(name = "imperialDividedXImperialDivided")
infix fun <LeftNumeratorQuantity : UndefinedQuantityType, LeftNumeratorUnit : AbstractUndefinedScientificUnit<LeftNumeratorQuantity>, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, LeftDenominatorQuantity : UndefinedQuantityType, LeftDenominatorUnit : AbstractUndefinedScientificUnit<LeftDenominatorQuantity>, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, LeftUnit : UndefinedDividedUnit<LeftNumeratorQuantity, LeftNumeratorUnit, LeftDenominatorQuantity, LeftDenominatorUnit>, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, RightNumeratorQuantity : UndefinedQuantityType, RightNumeratorUnit : AbstractUndefinedScientificUnit<RightNumeratorQuantity>, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, RightDenominatorQuantity : UndefinedQuantityType, RightDenominatorUnit : AbstractUndefinedScientificUnit<RightDenominatorQuantity>, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, RightUnit : UndefinedDividedUnit<RightNumeratorQuantity, RightNumeratorUnit, RightDenominatorQuantity, RightDenominatorUnit>, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary> LeftUnit.x(right: RightUnit): UndefinedDividedUnit.Imperial<UndefinedQuantityType.Multiplying<LeftNumeratorQuantity, RightNumeratorQuantity>, UndefinedMultipliedUnit.Imperial<LeftNumeratorQuantity, LeftNumeratorUnit, RightNumeratorQuantity, RightNumeratorUnit>, UndefinedQuantityType.Multiplying<LeftDenominatorQuantity, RightDenominatorQuantity>, UndefinedMultipliedUnit.Imperial<LeftDenominatorQuantity, LeftDenominatorUnit, RightDenominatorQuantity, RightDenominatorUnit>>

LeftUnit x RightUnit ->UndefinedDividedUnit.Imperial ( UndefinedMultipliedUnit.Imperial ( LeftNumeratorUnit, RightNumeratorUnit ), UndefinedMultipliedUnit.Imperial (


LeftUnit x RightUnit ->UndefinedMultipliedUnit.Metric ( LeftUnit, RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.Metric ( LeftUnit, WrappedUndefinedExtendedUnit.Metric (RightUnit) )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.Metric ( WrappedUndefinedExtendedUnit.Metric (LeftUnit), RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.Metric ( WrappedUndefinedExtendedUnit.Metric (LeftUnit), WrappedUndefinedExtendedUnit.Metric (RightUnit) )


LeftUnit x RightUnit ->UndefinedDividedUnit.Metric ( RightUnit, LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Metric ( WrappedUndefinedExtendedUnit.Metric ( RightUnit ), LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Metric ( LeftUnit, RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Metric ( WrappedUndefinedExtendedUnit.Metric ( LeftUnit ), RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedReciprocalUnit.Metric ( UndefinedMultipliedUnit.Metric ( LeftReciprocalUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.Metric ( RightNumeratorUnit ( LeftReciprocalUnit, RightDenominatorUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.Metric ( LeftNumeratorUnit ( LeftDenominatorUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.Metric ( UndefinedMultipliedUnit.Metric ( LeftNumeratorUnit, RightUnit ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Metric ( UndefinedMultipliedUnit.Metric ( LeftNumeratorUnit, WrappedUndefinedExtendedUnit.Metric ( RightUnit ) ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Metric ( UndefinedMultipliedUnit.Metric ( LeftUnit, RightNumeratorUnit ), RightDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Metric ( UndefinedMultipliedUnit.Metric ( WrappedUndefinedExtendedUnit.Metric ( LeftUnit ), RightNumeratorUnit ), RightDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.Metric ( UndefinedMultipliedUnit.Metric ( LeftNumeratorUnit, RightNumeratorUnit ), UndefinedMultipliedUnit.Metric (


LeftUnit x RightUnit ->UndefinedMultipliedUnit.MetricAndImperial ( LeftUnit, RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.MetricAndImperial ( LeftUnit, WrappedUndefinedExtendedUnit.MetricAndImperial (RightUnit) )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.MetricAndImperial ( WrappedUndefinedExtendedUnit.MetricAndImperial (LeftUnit), RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.MetricAndImperial ( WrappedUndefinedExtendedUnit.MetricAndImperial (LeftUnit), WrappedUndefinedExtendedUnit.MetricAndImperial (RightUnit) )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndImperial ( RightUnit, LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndImperial ( WrappedUndefinedExtendedUnit.MetricAndImperial ( RightUnit ), LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndImperial ( LeftUnit, RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndImperial ( WrappedUndefinedExtendedUnit.MetricAndImperial ( LeftUnit ), RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedReciprocalUnit.MetricAndImperial ( UndefinedMultipliedUnit.MetricAndImperial ( LeftReciprocalUnit, RightReciprocalUnit ) )


@JvmName(name = "metricAndImperialReciprocalXMetricAndImperialDivided")
infix fun <LeftReciprocalQuantity : UndefinedQuantityType, LeftReciprocalUnit : AbstractUndefinedScientificUnit<LeftReciprocalQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, LeftUnit : UndefinedReciprocalUnit<LeftReciprocalQuantity, LeftReciprocalUnit>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, RightNumeratorQuantity : UndefinedQuantityType, RightNumeratorUnit : AbstractUndefinedScientificUnit<RightNumeratorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, RightDenominatorQuantity : UndefinedQuantityType, RightDenominatorUnit : AbstractUndefinedScientificUnit<RightDenominatorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, RightUnit : UndefinedDividedUnit<RightNumeratorQuantity, RightNumeratorUnit, RightDenominatorQuantity, RightDenominatorUnit>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary> LeftUnit.x(right: RightUnit): UndefinedDividedUnit.MetricAndImperial<RightNumeratorQuantity, RightNumeratorUnit, UndefinedQuantityType.Multiplying<LeftReciprocalQuantity, RightDenominatorQuantity>, UndefinedMultipliedUnit.MetricAndImperial<LeftReciprocalQuantity, LeftReciprocalUnit, RightDenominatorQuantity, RightDenominatorUnit>>

LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndImperial ( RightNumeratorUnit ( LeftReciprocalUnit, RightDenominatorUnit ) )


@JvmName(name = "metricAndImperialDividedXMetricAndImperialReciprocal")
infix fun <LeftNumeratorQuantity : UndefinedQuantityType, LeftNumeratorUnit : AbstractUndefinedScientificUnit<LeftNumeratorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, LeftDenominatorQuantity : UndefinedQuantityType, LeftDenominatorUnit : AbstractUndefinedScientificUnit<LeftDenominatorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, LeftUnit : UndefinedDividedUnit<LeftNumeratorQuantity, LeftNumeratorUnit, LeftDenominatorQuantity, LeftDenominatorUnit>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, RightReciprocalQuantity : UndefinedQuantityType, RightReciprocalUnit : AbstractUndefinedScientificUnit<RightReciprocalQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, RightUnit : UndefinedReciprocalUnit<RightReciprocalQuantity, RightReciprocalUnit>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary> LeftUnit.x(right: RightUnit): UndefinedDividedUnit.MetricAndImperial<LeftNumeratorQuantity, LeftNumeratorUnit, UndefinedQuantityType.Multiplying<LeftDenominatorQuantity, RightReciprocalQuantity>, UndefinedMultipliedUnit.MetricAndImperial<LeftDenominatorQuantity, LeftDenominatorUnit, RightReciprocalQuantity, RightReciprocalUnit>>

LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndImperial ( LeftNumeratorUnit ( LeftDenominatorUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndImperial ( UndefinedMultipliedUnit.MetricAndImperial ( LeftNumeratorUnit, RightUnit ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndImperial ( UndefinedMultipliedUnit.MetricAndImperial ( LeftNumeratorUnit, WrappedUndefinedExtendedUnit.MetricAndImperial ( RightUnit ) ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndImperial ( UndefinedMultipliedUnit.MetricAndImperial ( LeftUnit, RightNumeratorUnit ), RightDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndImperial ( UndefinedMultipliedUnit.MetricAndImperial ( WrappedUndefinedExtendedUnit.MetricAndImperial ( LeftUnit ), RightNumeratorUnit ), RightDenominatorUnit )


@JvmName(name = "metricAndImperialDividedXMetricAndImperialDivided")
infix fun <LeftNumeratorQuantity : UndefinedQuantityType, LeftNumeratorUnit : AbstractUndefinedScientificUnit<LeftNumeratorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, LeftDenominatorQuantity : UndefinedQuantityType, LeftDenominatorUnit : AbstractUndefinedScientificUnit<LeftDenominatorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, LeftUnit : UndefinedDividedUnit<LeftNumeratorQuantity, LeftNumeratorUnit, LeftDenominatorQuantity, LeftDenominatorUnit>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, RightNumeratorQuantity : UndefinedQuantityType, RightNumeratorUnit : AbstractUndefinedScientificUnit<RightNumeratorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, RightDenominatorQuantity : UndefinedQuantityType, RightDenominatorUnit : AbstractUndefinedScientificUnit<RightDenominatorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary, RightUnit : UndefinedDividedUnit<RightNumeratorQuantity, RightNumeratorUnit, RightDenominatorQuantity, RightDenominatorUnit>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, MeasurementUsage.UsedInUSCustomary> LeftUnit.x(right: RightUnit): UndefinedDividedUnit.MetricAndImperial<UndefinedQuantityType.Multiplying<LeftNumeratorQuantity, RightNumeratorQuantity>, UndefinedMultipliedUnit.MetricAndImperial<LeftNumeratorQuantity, LeftNumeratorUnit, RightNumeratorQuantity, RightNumeratorUnit>, UndefinedQuantityType.Multiplying<LeftDenominatorQuantity, RightDenominatorQuantity>, UndefinedMultipliedUnit.MetricAndImperial<LeftDenominatorQuantity, LeftDenominatorUnit, RightDenominatorQuantity, RightDenominatorUnit>>

LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndImperial ( UndefinedMultipliedUnit.MetricAndImperial ( LeftNumeratorUnit, RightNumeratorUnit ), UndefinedMultipliedUnit.MetricAndImperial (


LeftUnit x RightUnit ->UndefinedMultipliedUnit.MetricAndUKImperial ( LeftUnit, RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.MetricAndUKImperial ( LeftUnit, WrappedUndefinedExtendedUnit.MetricAndUKImperial (RightUnit) )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.MetricAndUKImperial ( WrappedUndefinedExtendedUnit.MetricAndUKImperial (LeftUnit), RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.MetricAndUKImperial ( WrappedUndefinedExtendedUnit.MetricAndUKImperial (LeftUnit), WrappedUndefinedExtendedUnit.MetricAndUKImperial (RightUnit) )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUKImperial ( RightUnit, LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUKImperial ( WrappedUndefinedExtendedUnit.MetricAndUKImperial ( RightUnit ), LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUKImperial ( LeftUnit, RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUKImperial ( WrappedUndefinedExtendedUnit.MetricAndUKImperial ( LeftUnit ), RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedReciprocalUnit.MetricAndUKImperial ( UndefinedMultipliedUnit.MetricAndUKImperial ( LeftReciprocalUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUKImperial ( RightNumeratorUnit ( LeftReciprocalUnit, RightDenominatorUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUKImperial ( LeftNumeratorUnit ( LeftDenominatorUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUKImperial ( UndefinedMultipliedUnit.MetricAndUKImperial ( LeftNumeratorUnit, RightUnit ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUKImperial ( UndefinedMultipliedUnit.MetricAndUKImperial ( LeftNumeratorUnit, WrappedUndefinedExtendedUnit.MetricAndUKImperial ( RightUnit ) ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUKImperial ( UndefinedMultipliedUnit.MetricAndUKImperial ( LeftUnit, RightNumeratorUnit ), RightDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUKImperial ( UndefinedMultipliedUnit.MetricAndUKImperial ( WrappedUndefinedExtendedUnit.MetricAndUKImperial ( LeftUnit ), RightNumeratorUnit ), RightDenominatorUnit )


@JvmName(name = "metricAndUKImperialDividedXMetricAndUKImperialDivided")
infix fun <LeftNumeratorQuantity : UndefinedQuantityType, LeftNumeratorUnit : AbstractUndefinedScientificUnit<LeftNumeratorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, LeftDenominatorQuantity : UndefinedQuantityType, LeftDenominatorUnit : AbstractUndefinedScientificUnit<LeftDenominatorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, LeftUnit : UndefinedDividedUnit<LeftNumeratorQuantity, LeftNumeratorUnit, LeftDenominatorQuantity, LeftDenominatorUnit>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, RightNumeratorQuantity : UndefinedQuantityType, RightNumeratorUnit : AbstractUndefinedScientificUnit<RightNumeratorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, RightDenominatorQuantity : UndefinedQuantityType, RightDenominatorUnit : AbstractUndefinedScientificUnit<RightDenominatorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial, RightUnit : UndefinedDividedUnit<RightNumeratorQuantity, RightNumeratorUnit, RightDenominatorQuantity, RightDenominatorUnit>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUKImperial> LeftUnit.x(right: RightUnit): UndefinedDividedUnit.MetricAndUKImperial<UndefinedQuantityType.Multiplying<LeftNumeratorQuantity, RightNumeratorQuantity>, UndefinedMultipliedUnit.MetricAndUKImperial<LeftNumeratorQuantity, LeftNumeratorUnit, RightNumeratorQuantity, RightNumeratorUnit>, UndefinedQuantityType.Multiplying<LeftDenominatorQuantity, RightDenominatorQuantity>, UndefinedMultipliedUnit.MetricAndUKImperial<LeftDenominatorQuantity, LeftDenominatorUnit, RightDenominatorQuantity, RightDenominatorUnit>>

LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUKImperial ( UndefinedMultipliedUnit.MetricAndUKImperial ( LeftNumeratorUnit, RightNumeratorUnit ), UndefinedMultipliedUnit.MetricAndUKImperial (


LeftUnit x RightUnit ->UndefinedMultipliedUnit.MetricAndUSCustomary ( LeftUnit, RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.MetricAndUSCustomary ( LeftUnit, WrappedUndefinedExtendedUnit.MetricAndUSCustomary (RightUnit) )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.MetricAndUSCustomary ( WrappedUndefinedExtendedUnit.MetricAndUSCustomary (LeftUnit), RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.MetricAndUSCustomary ( WrappedUndefinedExtendedUnit.MetricAndUSCustomary (LeftUnit), WrappedUndefinedExtendedUnit.MetricAndUSCustomary (RightUnit) )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUSCustomary ( RightUnit, LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUSCustomary ( WrappedUndefinedExtendedUnit.MetricAndUSCustomary ( RightUnit ), LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUSCustomary ( LeftUnit, RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUSCustomary ( WrappedUndefinedExtendedUnit.MetricAndUSCustomary ( LeftUnit ), RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedReciprocalUnit.MetricAndUSCustomary ( UndefinedMultipliedUnit.MetricAndUSCustomary ( LeftReciprocalUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUSCustomary ( RightNumeratorUnit ( LeftReciprocalUnit, RightDenominatorUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUSCustomary ( LeftNumeratorUnit ( LeftDenominatorUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUSCustomary ( UndefinedMultipliedUnit.MetricAndUSCustomary ( LeftNumeratorUnit, RightUnit ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUSCustomary ( UndefinedMultipliedUnit.MetricAndUSCustomary ( LeftNumeratorUnit, WrappedUndefinedExtendedUnit.MetricAndUSCustomary ( RightUnit ) ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUSCustomary ( UndefinedMultipliedUnit.MetricAndUSCustomary ( LeftUnit, RightNumeratorUnit ), RightDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUSCustomary ( UndefinedMultipliedUnit.MetricAndUSCustomary ( WrappedUndefinedExtendedUnit.MetricAndUSCustomary ( LeftUnit ), RightNumeratorUnit ), RightDenominatorUnit )


@JvmName(name = "metricAndUSCustomaryDividedXMetricAndUSCustomaryDivided")
infix fun <LeftNumeratorQuantity : UndefinedQuantityType, LeftNumeratorUnit : AbstractUndefinedScientificUnit<LeftNumeratorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUSCustomary, LeftDenominatorQuantity : UndefinedQuantityType, LeftDenominatorUnit : AbstractUndefinedScientificUnit<LeftDenominatorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUSCustomary, LeftUnit : UndefinedDividedUnit<LeftNumeratorQuantity, LeftNumeratorUnit, LeftDenominatorQuantity, LeftDenominatorUnit>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUSCustomary, RightNumeratorQuantity : UndefinedQuantityType, RightNumeratorUnit : AbstractUndefinedScientificUnit<RightNumeratorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUSCustomary, RightDenominatorQuantity : UndefinedQuantityType, RightDenominatorUnit : AbstractUndefinedScientificUnit<RightDenominatorQuantity>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUSCustomary, RightUnit : UndefinedDividedUnit<RightNumeratorQuantity, RightNumeratorUnit, RightDenominatorQuantity, RightDenominatorUnit>, MeasurementUsage.UsedInMetric, MeasurementUsage.UsedInUSCustomary> LeftUnit.x(right: RightUnit): UndefinedDividedUnit.MetricAndUSCustomary<UndefinedQuantityType.Multiplying<LeftNumeratorQuantity, RightNumeratorQuantity>, UndefinedMultipliedUnit.MetricAndUSCustomary<LeftNumeratorQuantity, LeftNumeratorUnit, RightNumeratorQuantity, RightNumeratorUnit>, UndefinedQuantityType.Multiplying<LeftDenominatorQuantity, RightDenominatorQuantity>, UndefinedMultipliedUnit.MetricAndUSCustomary<LeftDenominatorQuantity, LeftDenominatorUnit, RightDenominatorQuantity, RightDenominatorUnit>>

LeftUnit x RightUnit ->UndefinedDividedUnit.MetricAndUSCustomary ( UndefinedMultipliedUnit.MetricAndUSCustomary ( LeftNumeratorUnit, RightNumeratorUnit ), UndefinedMultipliedUnit.MetricAndUSCustomary (


LeftUnit x RightUnit ->UndefinedMultipliedUnit.UKImperial ( LeftUnit, RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.UKImperial ( LeftUnit, WrappedUndefinedExtendedUnit.UKImperial (RightUnit) )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.UKImperial ( WrappedUndefinedExtendedUnit.UKImperial (LeftUnit), RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.UKImperial ( WrappedUndefinedExtendedUnit.UKImperial (LeftUnit), WrappedUndefinedExtendedUnit.UKImperial (RightUnit) )


LeftUnit x RightUnit ->UndefinedDividedUnit.UKImperial ( RightUnit, LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.UKImperial ( WrappedUndefinedExtendedUnit.UKImperial ( RightUnit ), LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.UKImperial ( LeftUnit, RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.UKImperial ( WrappedUndefinedExtendedUnit.UKImperial ( LeftUnit ), RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedReciprocalUnit.UKImperial ( UndefinedMultipliedUnit.UKImperial ( LeftReciprocalUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.UKImperial ( RightNumeratorUnit ( LeftReciprocalUnit, RightDenominatorUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.UKImperial ( LeftNumeratorUnit ( LeftDenominatorUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.UKImperial ( UndefinedMultipliedUnit.UKImperial ( LeftNumeratorUnit, RightUnit ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.UKImperial ( UndefinedMultipliedUnit.UKImperial ( LeftNumeratorUnit, WrappedUndefinedExtendedUnit.UKImperial ( RightUnit ) ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.UKImperial ( UndefinedMultipliedUnit.UKImperial ( LeftUnit, RightNumeratorUnit ), RightDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.UKImperial ( UndefinedMultipliedUnit.UKImperial ( WrappedUndefinedExtendedUnit.UKImperial ( LeftUnit ), RightNumeratorUnit ), RightDenominatorUnit )


@JvmName(name = "uKImperialDividedXUKImperialDivided")
infix fun <LeftNumeratorQuantity : UndefinedQuantityType, LeftNumeratorUnit : AbstractUndefinedScientificUnit<LeftNumeratorQuantity>, MeasurementUsage.UsedInUKImperial, LeftDenominatorQuantity : UndefinedQuantityType, LeftDenominatorUnit : AbstractUndefinedScientificUnit<LeftDenominatorQuantity>, MeasurementUsage.UsedInUKImperial, LeftUnit : UndefinedDividedUnit<LeftNumeratorQuantity, LeftNumeratorUnit, LeftDenominatorQuantity, LeftDenominatorUnit>, MeasurementUsage.UsedInUKImperial, RightNumeratorQuantity : UndefinedQuantityType, RightNumeratorUnit : AbstractUndefinedScientificUnit<RightNumeratorQuantity>, MeasurementUsage.UsedInUKImperial, RightDenominatorQuantity : UndefinedQuantityType, RightDenominatorUnit : AbstractUndefinedScientificUnit<RightDenominatorQuantity>, MeasurementUsage.UsedInUKImperial, RightUnit : UndefinedDividedUnit<RightNumeratorQuantity, RightNumeratorUnit, RightDenominatorQuantity, RightDenominatorUnit>, MeasurementUsage.UsedInUKImperial> LeftUnit.x(right: RightUnit): UndefinedDividedUnit.UKImperial<UndefinedQuantityType.Multiplying<LeftNumeratorQuantity, RightNumeratorQuantity>, UndefinedMultipliedUnit.UKImperial<LeftNumeratorQuantity, LeftNumeratorUnit, RightNumeratorQuantity, RightNumeratorUnit>, UndefinedQuantityType.Multiplying<LeftDenominatorQuantity, RightDenominatorQuantity>, UndefinedMultipliedUnit.UKImperial<LeftDenominatorQuantity, LeftDenominatorUnit, RightDenominatorQuantity, RightDenominatorUnit>>

LeftUnit x RightUnit ->UndefinedDividedUnit.UKImperial ( UndefinedMultipliedUnit.UKImperial ( LeftNumeratorUnit, RightNumeratorUnit ), UndefinedMultipliedUnit.UKImperial (


LeftUnit x RightUnit ->UndefinedMultipliedUnit.USCustomary ( LeftUnit, RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.USCustomary ( LeftUnit, WrappedUndefinedExtendedUnit.USCustomary (RightUnit) )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.USCustomary ( WrappedUndefinedExtendedUnit.USCustomary (LeftUnit), RightUnit )


LeftUnit x RightUnit ->UndefinedMultipliedUnit.USCustomary ( WrappedUndefinedExtendedUnit.USCustomary (LeftUnit), WrappedUndefinedExtendedUnit.USCustomary (RightUnit) )


LeftUnit x RightUnit ->UndefinedDividedUnit.USCustomary ( RightUnit, LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.USCustomary ( WrappedUndefinedExtendedUnit.USCustomary ( RightUnit ), LeftReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.USCustomary ( LeftUnit, RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.USCustomary ( WrappedUndefinedExtendedUnit.USCustomary ( LeftUnit ), RightReciprocalUnit )


LeftUnit x RightUnit ->UndefinedReciprocalUnit.USCustomary ( UndefinedMultipliedUnit.USCustomary ( LeftReciprocalUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.USCustomary ( RightNumeratorUnit ( LeftReciprocalUnit, RightDenominatorUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.USCustomary ( LeftNumeratorUnit ( LeftDenominatorUnit, RightReciprocalUnit ) )


LeftUnit x RightUnit ->UndefinedDividedUnit.USCustomary ( UndefinedMultipliedUnit.USCustomary ( LeftNumeratorUnit, RightUnit ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.USCustomary ( UndefinedMultipliedUnit.USCustomary ( LeftNumeratorUnit, WrappedUndefinedExtendedUnit.USCustomary ( RightUnit ) ), LeftDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.USCustomary ( UndefinedMultipliedUnit.USCustomary ( LeftUnit, RightNumeratorUnit ), RightDenominatorUnit )


LeftUnit x RightUnit ->UndefinedDividedUnit.USCustomary ( UndefinedMultipliedUnit.USCustomary ( WrappedUndefinedExtendedUnit.USCustomary ( LeftUnit ), RightNumeratorUnit ), RightDenominatorUnit )


@JvmName(name = "uSCustomaryDividedXUSCustomaryDivided")
infix fun <LeftNumeratorQuantity : UndefinedQuantityType, LeftNumeratorUnit : AbstractUndefinedScientificUnit<LeftNumeratorQuantity>, MeasurementUsage.UsedInUSCustomary, LeftDenominatorQuantity : UndefinedQuantityType, LeftDenominatorUnit : AbstractUndefinedScientificUnit<LeftDenominatorQuantity>, MeasurementUsage.UsedInUSCustomary, LeftUnit : UndefinedDividedUnit<LeftNumeratorQuantity, LeftNumeratorUnit, LeftDenominatorQuantity, LeftDenominatorUnit>, MeasurementUsage.UsedInUSCustomary, RightNumeratorQuantity : UndefinedQuantityType, RightNumeratorUnit : AbstractUndefinedScientificUnit<RightNumeratorQuantity>, MeasurementUsage.UsedInUSCustomary, RightDenominatorQuantity : UndefinedQuantityType, RightDenominatorUnit : AbstractUndefinedScientificUnit<RightDenominatorQuantity>, MeasurementUsage.UsedInUSCustomary, RightUnit : UndefinedDividedUnit<RightNumeratorQuantity, RightNumeratorUnit, RightDenominatorQuantity, RightDenominatorUnit>, MeasurementUsage.UsedInUSCustomary> LeftUnit.x(right: RightUnit): UndefinedDividedUnit.USCustomary<UndefinedQuantityType.Multiplying<LeftNumeratorQuantity, RightNumeratorQuantity>, UndefinedMultipliedUnit.USCustomary<LeftNumeratorQuantity, LeftNumeratorUnit, RightNumeratorQuantity, RightNumeratorUnit>, UndefinedQuantityType.Multiplying<LeftDenominatorQuantity, RightDenominatorQuantity>, UndefinedMultipliedUnit.USCustomary<LeftDenominatorQuantity, LeftDenominatorUnit, RightDenominatorQuantity, RightDenominatorUnit>>

LeftUnit x RightUnit ->UndefinedDividedUnit.USCustomary ( UndefinedMultipliedUnit.USCustomary ( LeftNumeratorUnit, RightNumeratorUnit ), UndefinedMultipliedUnit.USCustomary (