Click or drag to resize

HashCodeAggregate Method

Aggregates the specified values to a single hash code.

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public static int Aggregate(
	int hash1,
	int hash2
)

Parameters

hash1
Type: SystemInt32
The first hash code.
hash2
Type: SystemInt32
The second hash code.

Return Value

Type: Int32
A new hash code calculated from the specified ones.
See Also