min
min(
arr,options?):number
Defined in: ds/src/core/math.js:290
Compute minimum value of an array
Parameters
arr
number[]
Array of numbers
options?
any = {}
Options { naOmit: boolean }
Returns
number
Minimum value or NaN if empty
min(
arr,options?):number
Defined in: ds/src/core/math.js:290
Compute minimum value of an array
number[]
Array of numbers
any = {}
Options { naOmit: boolean }
number
Minimum value or NaN if empty