Contents

unsigned32BitValue

Returns the OSNumber object's integer value cast as an unsigned 32-bit integer.

Declaration

virtual unsigned int unsigned32BitValue() const;

Return Value

Returns the OSNumber object's integer value cast as an unsigned 32-bit integer.

Overview

This function merely casts the internal integer value, giving no indication of truncation or other potential conversion problems.

See Also

Miscellaneous