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
)
Public Sub Update (
value As Integer
)
public:
void Update(
int value
)
member Update :
value : int -> unit
Parameters
- value
- Type: SystemInt32
The data value to add. The high byte of the int is ignored.
See Also