Operator UnaryNegation
UnaryNegation(int3)
Returns the result of a componentwise unary minus 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 unary minus. |
Returns
Type | Description |
---|---|
int3 | int3 result of the componentwise unary minus. |