Initializes a new instance of the GHashParamters class.

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

Syntax

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

Parameters

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

See Also