Click or drag to resize
Ab4d.SharpEngine logo

Bool32 Fields

The Bool32 type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberFalse Represents the boolean "true" value. Has a raw value of 0.
Public fieldStatic memberTrue Represents the boolean "true" value. Has a raw value of 1.
Public fieldValue The raw value of the Bool32. A value of 0 represents "false", all other values represent "true".
Top
See Also