BBjNumber::booleanValue
Description
In BBj 7.0 and higher, this method returns the value of the specified number as a boolean.
Syntax
Return Value |
Method |
---|---|
boolean |
booleanValue() |
Parameters
None.
Return Value
Returns the boolean value represented by this number, as defined by traditional BBx rules (0 is false, all other values are true).
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.