uom-types - v0.0.0-development
Preparing search index...
add
Function add
add
<
T
extends
number
>
(
a
:
OperationIO
<
T
>
,
b
:
OperationIO
<
T
>
)
:
OperationIO
<
T
>
Add two values with the same units together.
Type Parameters
T
extends
number
Parameters
a
:
OperationIO
<
T
>
b
:
OperationIO
<
T
>
Returns
OperationIO
<
T
>
a + b
add
<
T
extends
number
>
(
b
:
OperationIO
<
T
>
)
:
(
a
:
OperationIO
<
T
>
)
=>
OperationIO
<
T
>
Add two values with the same units together.
Type Parameters
T
extends
number
Parameters
b
:
OperationIO
<
T
>
Returns
(
a
:
OperationIO
<
T
>
)
=>
OperationIO
<
T
>
(a) => a + b
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
uom-types - v0.0.0-development
Loading...
Add two values with the same units together.