|
|
DH_BooleanLogicModules
Calculate the basic logic functions using Bool inputs and outputs.
  
Download
Inputs:
DH_BooleanAnd, DH_BooleanOr - Multiple (autoduplicating) Bool type inputs
DH_BooleanNot - Single Bool type input
Outputs:
DH_BooleanAnd - TRUE only if ALL inputs are TRUE, FALSE if ANY are FALSE
DH_BooleanOr - TRUE if ANY input is TRUE, FALSE only if ALL are FALSE
DH_BooleanNot - TRUE if input is FALSE, FALSE if input is TRUE
Version History:
1.0.1 - August 10, 2005 - Fixed problem with output echoing changes.
1.0 - August 20, 2004 - Initial public release
DH_BooleanLogicModules, DH_BooleanAnd, DH_BooleanOr,
DH_BooleanNot © 2004-2005 David Haupt. All rights reserved.
Use of this module is subject
to the disclaimer and license agreement
that is included as part of the Help file. SE_Enabler
Modules and DH_BasicModulePak are trademarks of David Haupt.
SynthEdit
copyright © 2000-2004 Jeff McClintock.
|
|