Click or drag to resize
Crc32 Constructor (UInt32, UInt32)
Initializes a new instance of the Crc32 class

Namespace: Network.Sim.Miscellaneous
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Crc32(
	uint polynomial,
	uint seed
)

Parameters

polynomial
Type: SystemUInt32

[Missing <param name="polynomial"/> documentation for "M:Network.Sim.Miscellaneous.Crc32.#ctor(System.UInt32,System.UInt32)"]

seed
Type: SystemUInt32

[Missing <param name="seed"/> documentation for "M:Network.Sim.Miscellaneous.Crc32.#ctor(System.UInt32,System.UInt32)"]

See Also