Vector128<T>.GetHashCode Método
Definição
Obtém o código hash para a instância.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
Retornos
O código hash para a instância.The hash code for the instance.
Exceções
O tipo da instância atual (T) não é compatível.The type of the current instance (T) is not supported.