Preparing search index...
The search index is not available
uom-types - v0.0.0-development
uom-types
MultiplyUnitSubvalues
Type Alias MultiplyUnitSubvalues<A, B>
MultiplyUnitSubvalues
:
ExcludeUnitZeroSubvalues
<
{
[
S
in
keyof
A
|
keyof
B
]
:
SumExponents
<
GetExponent
<
A
,
S
>
,
GetExponent
<
B
,
S
>
>
}
,
>
Multiply each of the subvalues from a unit with the corresponding once from another unit.
Type Parameters
A
extends
UnitSubvalues
B
extends
UnitSubvalues
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
uom-types - v0.0.0-development
Loading...
Multiply each of the subvalues from a unit with the corresponding once from another unit.