Quaternion.GetHashCode 方法
定义
返回 Quaternion 的哈希代码。Returns the hash code for the Quaternion.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
表示 Quaternion 的哈希代码的整数类型。An integer type that represents the hash code for the Quaternion.