Click or drag to resize

Adler32Update Method (Int32)

Updates the checksum with a byte value.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public void Update(
	int value
)

Parameters

value
Type: SystemInt32
The data value to add. The high byte of the int is ignored.
See Also