getBoolean method

dynamic getBoolean()

Implementation

getBoolean() {

	return ( this.getUint8() & 1 ) == 1;

}