Gleam - v1.0.2
GitHub
Examples
npm
Preparing search index...
threshold
Function threshold
threshold
(
value
:
number
,
cutoff
:
number
)
:
number
Zero out values with
|value| < cutoff
; pass the rest through unchanged.
Parameters
value
:
number
cutoff
:
number
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Examples
npm
Gleam - v1.0.2
Loading...
Zero out values with
|value| < cutoff; pass the rest through unchanged.