Matrix3D.GetHashCode 方法

定义

返回此矩阵的哈希代码。Returns the hash code for this matrix.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返回

Int32

此矩阵的哈希代码。The hash code for this matrix.

注解

此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 Matrix3DThis struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D struct. 有关详细信息,请参阅 UWP API 参考中的 Matrix3DFor more information, see Matrix3D in the UWP API reference.

适用于