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