Operator operator !
operator !(bool3x2)
Returns the result of a componentwise not operation on a bool3x2 matrix.
Declaration
public static bool3x2 operator !(bool3x2 val)
Parameters
Type | Name | Description |
---|---|---|
bool3x2 | val | Value to use when computing the componentwise not. |
Returns
Type | Description |
---|---|
bool3x2 | bool3x2 result of the componentwise not. |