Click or drag to resize
Crc32Compute Method (UInt32, UInt32, Byte)

[Missing <summary> documentation for "M:Network.Sim.Miscellaneous.Crc32.Compute(System.UInt32,System.UInt32,System.Byte[])"]

Namespace: Network.Sim.Miscellaneous
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static uint Compute(
	uint polynomial,
	uint seed,
	byte[] buffer
)

Parameters

polynomial
Type: SystemUInt32

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

seed
Type: SystemUInt32

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

buffer
Type: SystemByte

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

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Network.Sim.Miscellaneous.Crc32.Compute(System.UInt32,System.UInt32,System.Byte[])"]

See Also