Preparing search index...
The search index is not available
uom-types - v0.0.0-development
uom-types
min
Function min
min
<
T
extends
number
>
(
values
:
Iterable
<
T
>
)
:
OperationIO
<
T
>
Returns the smallest value in the given collection.
Type Parameters
T
extends
number
Parameters
values
:
Iterable
<
T
>
Returns
OperationIO
<
T
>
Math.min(values)
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
uom-types - v0.0.0-development
Loading...
Returns the smallest value in the given collection.