Note: This feature is available in Web Workers.
The CSSNumericValue interface of the CSS Typed Object Model API represents operations that all numeric values can perform.
None.
CSSNumericValue.parseAllows a CSSNumericValue to be constructed directly from a string containing CSS.
CSSNumericValue.addAdds a supplied number to the CSSNumericValue.
CSSNumericValue.subSubtracts a supplied number from the CSSNumericValue.
CSSNumericValue.mulMultiplies the CSSNumericValue by the supplied value.
CSSNumericValue.divDivides the CSSNumericValue by the supplied value.
CSSNumericValue.minReturns the minimum value passed
CSSNumericValue.maxReturns the maximum value passed
CSSNumericValue.equalsTrue if all the values are the exact same type and value, in the same order. Otherwise, false.
CSSNumericValue.toConverts value into another one with the specified unit.
CSSNumericValue.toSumConverts an existing CSSNumericValue into a CSSMathSum object with values of a specified unit.
CSSNumericValue.typeReturns the type of CSSNumericValue, one of angle, flex, frequency, length, resolution, percent, percentHint, or time.
CSSMathClampCSSMathInvertCSSMathMaxCSSMathMinCSSMathNegateCSSMathProductCSSMathSumCSSMathValueCSSNumericArrayCSSUnitValue