点击或拖拽改变大小

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.
Top
参见