Click or drag to resize

HashingHash Method (IEnumerableInt32, Boolean)

[Missing <summary> documentation for "M:P.Runtime.Hashing.Hash(System.Collections.Generic.IEnumerable{System.Int32},System.Boolean)"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int Hash(
	this IEnumerable<int> collection,
	bool isSymmetryReduction
)

Parameters

collection
Type: System.Collections.GenericIEnumerableInt32

[Missing <param name="collection"/> documentation for "M:P.Runtime.Hashing.Hash(System.Collections.Generic.IEnumerable{System.Int32},System.Boolean)"]

isSymmetryReduction
Type: SystemBoolean

[Missing <param name="isSymmetryReduction"/> documentation for "M:P.Runtime.Hashing.Hash(System.Collections.Generic.IEnumerable{System.Int32},System.Boolean)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:P.Runtime.Hashing.Hash(System.Collections.Generic.IEnumerable{System.Int32},System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableInt32. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also