Matrix.GetHashCode 方法
定义
返回哈希代码。Returns a hash code.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
- Int32
此 Matrix 的哈希代码。The hash code for this Matrix.
适用于