Vector128<T>.GetHashCode 메서드
정의
인스턴스의 해시 코드를 가져옵니다.Gets the hash code for the instance.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
반환
인스턴스에 대한 해시 코드입니다.The hash code for the instance.
예외
현재 인스턴스의 형식(T
)은 지원되지 않습니다.The type of the current instance (T
) is not supported.