mul method

CSSNumericValue mul(
  1. CSSNumberish values
)

The mul() method of the CSSNumericValue interface multiplies the CSSNumericValue by the supplied value.

Implementation

external CSSNumericValue mul(CSSNumberish values);