Size Operators

Size Operators
Operators
Operator 
Description 
*= 
Multiplies the components of the size by fixed value. 
/= 
Contracts a size by dividing each of its components by a fixed value. 
!= 
Determines the inequality of two sizes. 
&= 
Clamps a size to another size. 
|= 
Determines the union of two sizes. 
+= 
Expands a size by adding a fixed value to each of its components. 
-= 
Contracts a size by subtracting a fixed value from each of its components. 
= 
Assigns values to each component of a current size. 
== 
Determines the equality of two sizes. 
- 
Negates the components of a size. 
& 
Determines the intersection of two sizes. 
* 
Multiplies each of its components by a fixed value. 
/ 
Divides each size component by a fixed value. 
+ 
Expands a size by adding fixed values to its components. 
| 
Determines the union of two sizes.