Initializes a new instance of the GHashParamters class.

Namespace:  Classless.Hasher
Assembly:  Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599

Syntax

C#
public GHashParameters(
	int shift
)
Visual Basic (Declaration)
Public Sub New ( _
	shift As Integer _
)
Visual C++
public:
GHashParameters(
	int shift
)

Parameters

shift
Type: System..::.Int32
How many bits to shift.

See Also