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