toSum method

CSSMathSum toSum(
  1. String units
)

The toSum() method of the CSSNumericValue interface converts the object's value to a CSSMathSum object to values of the specified unit.

Implementation

external CSSMathSum toSum(String units);