IHash<TKey,TValue>.load_factor Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Compte le nombre moyen d'éléments par compartiment dans la table de hachage.
public:
float load_factor();
public float load_factor ();
abstract member load_factor : unit -> single
Public Function load_factor () As Single
Retours
Nombre moyen d'éléments par compartiment dans la table de hachage.
Remarques
Pour plus d’informations, consultez hash_map ::load_factor (STL/CLR),hash_multimap ::load_factor (STL/CLR),hash_set ::load_factor (STL/CLR) et hash_multiset ::load_factor (STL/CLR).