max method

CSSNumericValue max(
  1. CSSNumberish values
)

The max() method of the CSSNumericValue interface returns the highest value from among the values passed. The passed values must be of the same type.

Implementation

external CSSNumericValue max(CSSNumberish values);