Initializes a new instance of the SumParameters class.

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

Syntax

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

Parameters

order
Type: System..::..Int32
The order of the Sum (e.g., how many bits).

See Also