Contents

unsigned16BitValue

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

Declaration

virtual unsigned short unsigned16BitValue() const;

Return Value

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

Overview

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

See Also

Miscellaneous