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