div method

CSSNumericValue div(
  1. CSSNumberish values
)

The div() method of the CSSNumericValue interface divides the CSSNumericValue by the supplied value.

Implementation

external CSSNumericValue div(CSSNumberish values);