| SbVec4us Operators | 
The SbVec4us type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition | 
            Additive (+) operator. Performs the addition between the vectors v1 
            and v2.
              | |
| Division(SbVec4us, Double) | 
            The division operator (/) divides each components of vector v1 
            by d.
              | |
| Division(SbVec4us, Int32) | 
            The division operator (/) divides each components of vector v1 
            by d.
              | |
| Equality | 
            The equality operator.
              | |
| Inequality | 
            The inequality operator.
              | |
| Multiply(Double, SbVec4us) | 
            The multiplication operator (*), which applies on each component of 
            v1 the d multiplicative factor.
              | |
| Multiply(Int32, SbVec4us) | 
            The multiplication operator (*), which applies on each component of 
            v1 the d multiplicative factor.
              | |
| Multiply(SbVec4us, Double) | 
            The multiplication operator (*), which applies on each component of 
            v1 the d multiplicative factor.
              | |
| Multiply(SbVec4us, Int32) | 
            The multiplication operator (*), which applies on each component of 
            v1 the d multiplicative factor.
              | |
| Subtraction | 
            Subtraction (–) operator. Performs the difference between the vectors v1 
            and v2.
              |