Initializes a new instance of the FletcherParameters class.

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

Syntax

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

Parameters

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

See Also