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