: Public Enumeration
Created: 23.5.2022 18.05.03
Modified: 1.8.2022 13.54.00
Project:
Advanced:
boolean is the mathematical datatype associated with two-valued logic<br/>
Attribute
Public
  true
Details:
Notes: one of two possible values of Boolean denoting the primitive value of true<br/>
Public
  false
Details:
Notes: one of two possible values of Boolean denoting the primitive value of false <br/>
Operation
Public
and( b: Boolean,
):Boolean
Details:
Public
equals( b: Boolean,
):Boolean
Details:
Sequential
Notes: true if boolean b equals this boolean<br/>
Public
not():Boolean
Details:
Sequential
Public
or( b: Boolean,
):Boolean
Details:
Sequential
Notes: false if x and y is false, otherwise true<br/>
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
DiscreteTruth Interface Realization To