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