Operator Decrement
Decrement(int3)
Returns the result of a componentwise decrement operation on an int3 vector.
Declaration
public static int3 operator --(int3 val)
Parameters
Type | Name | Description |
---|---|---|
int3 | val | Value to use when computing the componentwise decrement. |
Returns
Type | Description |
---|---|
int3 | int3 result of the componentwise decrement. |