Click or drag to resize

HashingHash Method (Int32, Int32)

[Missing <summary> documentation for "M:P.Runtime.Hashing.Hash(System.Int32,System.Int32)"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int Hash(
	int value1,
	int value2
)

Parameters

value1
Type: SystemInt32

[Missing <param name="value1"/> documentation for "M:P.Runtime.Hashing.Hash(System.Int32,System.Int32)"]

value2
Type: SystemInt32

[Missing <param name="value2"/> documentation for "M:P.Runtime.Hashing.Hash(System.Int32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:P.Runtime.Hashing.Hash(System.Int32,System.Int32)"]

See Also