CoerceMake Class
CoerceToBoolean Function, et. al.
MakeBoolean Function, et. al.
WindowsAPI Class
CoerceBooleanToInteger Function, et. al.
HIBYTE Function, et. al.
Comparisons Class
ConvertValues Class
IllustrateValues ClassNote: The order of the arguments within two-operand functions does not determine the return type since some operators are not commutative. Truth tables for the logical operators:
var1: 0 0 1 1
var2: 0 1 0 1
---------------
And: 0 0 0 1
Eqv: 1 0 0 1
Imp: 1 1 0 1
Nand: 1 1 1 0
Nor: 1 0 0 0
Or: 0 1 1 1
Xor: 0 1 1 0Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.