ConvertIntToUInt: Fix a 32 bit unsigned integer that has been read as signed

Description Usage Arguments Value Author(s) See Also

View source: R/read-bmp.R

Description

This is really just to fix a limitation of readBin/R's 32 bit signed ints

Usage

1
ConvertIntToUInt(x, adjustment = 2^32)

Arguments

x

Number to be fixed

adjustment

number to be added to convert to uint32 (2^32 by default)

Value

numeric value of uint32

Author(s)

jefferis

See Also

readBin


bmp documentation built on May 1, 2019, 9:45 p.m.