min method
The min()
method of the
CSSNumericValue interface returns the lowest value from among those
values passed. The passed values must be of the same type.
Implementation
external CSSNumericValue min(CSSNumberish values);
The min()
method of the
CSSNumericValue interface returns the lowest value from among those
values passed. The passed values must be of the same type.
external CSSNumericValue min(CSSNumberish values);