CSSNumericValue
The CSSNumericValue
interface of the CSS Typed Object Model API represents operations that all numeric values can perform.
Inheritors
Functions
Link copied to clipboard
The add()
method of the CSSNumericValue
.
Link copied to clipboard
The div()
method of the supplied value.
Link copied to clipboard
The equals()
method of the value are strictly equal.
Link copied to clipboard
The max()
method of the passed.
Link copied to clipboard
The min()
method of the values passed.
Link copied to clipboard
The mul()
method of the the supplied value.
Link copied to clipboard
The sub()
method of the CSSNumericValue
.
Link copied to clipboard
The to()
method of the another.
Link copied to clipboard
The toSum()
method of the ``js-nolint toSum(units) ``
- units
- : The units to convert to.
Link copied to clipboard
The type()
method of the CSSNumericValue
, one of angle
, flex
, frequency
, length
, resolution
, percent
, percentHint
, or time
.