| HashCodeAggregate Method |
Aggregates the specified values to a single hash code.
Namespace: TomsToolbox.EssentialsAssembly: TomsToolbox.Essentials (in TomsToolbox.Essentials.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax public static int Aggregate(
int hash1,
int hash2
)
Public Shared Function Aggregate (
hash1 As Integer,
hash2 As Integer
) As Integer
Parameters
- hash1 Int32
- The first hash code.
- hash2 Int32
- The second hash code.
Return Value
Int32A new hash code calculated from the specified ones.
See Also