minProperty() → {number}
Variation of Math.min that can be passed a property and either an array of objects or the objects as parameters.
It will find the lowest matching property value from the given objects.
Returns
number -
The lowest value from those given.
- Source code: math/Math.js (Line 667)
Please login to continue.