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