div method
The div()
method of the
CSSNumericValue interface divides the CSSNumericValue
by the
supplied value.
Implementation
external CSSNumericValue div(CSSNumberish values);
The div()
method of the
CSSNumericValue interface divides the CSSNumericValue
by the
supplied value.
external CSSNumericValue div(CSSNumberish values);