Overload | Description |
---|---|
Subtract(Element,Element) | Subtracts an element from another. |
Subtract(Element,Double) | Subtracts a value from all values of an element. |
Subtract(Double,Element) | Subtracts all values of an element from specified value. |
All properties of lsh are copied to the resulting element, then
rhs properties are trickled to the resulting element.