|
|
|
|
Last update: February 19, 2014
|
|
|
|
|
|
Custom Boolean Functions
GeneXproTools allows you to design your own Boolean functions and then add
them to your function set. Custom functions are called Dynamic UDFs or
DDFs in GeneXproTools and they are written in JavaScript.
Custom functions are extremely powerful and interesting tools as they are
treated exactly like the
built-in functions of GeneXproTools and therefore
can be used to model all kinds of relationships between variables or
complex expressions. For instance, you can design a DDF so that it will compute
any function of 1-4 arguments, such as the 3-multiplexer.
Note, however, that although extremely useful, DDFs decrease
considerably the speed of the algorithm and therefore we recommend
that you choose your functions from the wide set of
GeneXproTools built-in functions.
See Also:
Related Tutorials:
Related Videos:
|
|
|
|
|