返回用户文档首页
作为当前 Vec2 对象的哈希函数。
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic override int GetHashCode()
Return Value
Int32当前对象的哈希代码。
Remarks
GetHashCode 方法的用途在于提供一个唯一的标识符,适用于哈希算法和数据结构,如哈希表。
See Also