名前 | 解説 | |
---|---|---|
Add | Adds a speical Matrix to this Matrix. | |
Clone | Create a new object that is a copy of this Matrix. | |
Equals | Determines whether the specified System.Object is equal to the current System.Object. | |
GetHashCode | Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. | |
LeftMultiply | Left multiply a speical Matrix to this Matrix. | |
RightMultiply | Right multiply a speical Matrix to this Matrix. | |
ToString | Returns a string that represents the current matrix. | |
Transpose | オーバーロードされます。 Defines the transpose operator for Matrix class. |