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