Readonly
operatorThe CSSMathValue.operator
read-only property of the CSSMathValue interface indicates the operator that the current subtype represents.
Readonly
valuesThe CSSMathSum.values
read-only property of the CSSMathSum interface returns a CSSNumericArray object which contains one or more CSSNumericValue objects.
The equals()
method of the value are strictly equal.
The mul()
method of the the supplied value.
The toSum()
method of the js-nolint toSum(units)
- units
- : The units to convert to.
The type()
method of the CSSNumericValue
, one of angle
, flex
, frequency
, length
, resolution
, percent
, percentHint
, or time
.
The
CSSMathSum
interface of the CSS Typed Object Model API represents the result obtained by calling CSSNumericValue.add, CSSNumericValue.sub, or CSSNumericValue.toSum on CSSNumericValue.MDN Reference