Matrix 运算符 |
Matrix 类型公开以下成员。
名称 | 说明 | |
---|---|---|
Equality |
Compares two Matrix instances for exact equality.
Note that float values can acquire error when operated upon, such that
an exact comparison between two values which are logically equal may fail.
Furthermore, using this equality operator, float.NaN is not equal to itself.
| |
Inequality |
Compares two Matrix instances for exact inequality.
Note that float values can acquire error when operated upon, such that
an exact comparison between two values which are logically equal may fail.
Furthermore, using this equality operator, float.NaN is not equal to itself.
| |
Multiply |
Multiplies two transformations.
|