Operator Implicit
Implicit(UInt32 to uint2)
Implicitly converts a single uint value to a uint2 vector by assigning it to every component.
Declaration
public static implicit operator uint2(uint v)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt32 | v | uint to convert to uint2 |
Returns
| Type | Description |
|---|---|
| uint2 | Converted value. |