Boolean |
Top Previous Next |
Boolean
Stores True or False. Maps to JavaScript Boolean object. When casting a Boolean as an Integer, True maps to 1 and False maps to 0. When casting an Integer as a Boolean, 0 maps to False and all other values map to True.
Methods
Go to Boolean object JS reference. |