FNCombineType#
Determines how two functions are combined.
Synopsis#
typedef enum { FN_COMBINE_ADD,
FN_COMBINE_MULTIPLY,
FN_COMBINE_DIVIDE,
FN_COMBINE_COMPOSE } FNCombineType;
Values#
FN_COMBINE_ADD- add the functionsFN_COMBINE_MULTIPLY- multiply the functionsFN_COMBINE_DIVIDE- divide the functionsFN_COMBINE_COMPOSE- use function composition
See Also#
Level#
intermediate
Location#
Index of all FN routines Table of Contents for all manual pages Index of all manual pages