Click or drag to resize

HashCodeCombineT1, T2 Method

Combines the hash codes of two values.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int Combine<T1, T2>(
	T1 value1,
	T2 value2
)

Parameters

value1  T1
The first value.
value2  T2
The second value.

Type Parameters

T1
The type of the first value.
T2
The type of the second value.

Return Value

Int32
The combined hash code.
See Also