Convert.ToNotFunction
Back to table
/*
Logic-Function-Analysis
Convert.ToNotFunction
[LogicFunction g]=Convert.ToNotFunction(LogicFunction f);
f : a logic function
g : a logic function
Compute the NOT function.
*/
//-------------------------------------------------------------------
// examples
f=AndOr()
{
1,-2;
-1,2;
}
g=Convert.ToNotFunction(f);
Print(f,g);
//-------------------------------------------------------------------
// result
IsPositiveFunction IsSelfDualFunction bool ToAndXor ToDiagram ToNotFunction ToSOP Email Eq FeedbackDiagram list() Nor NumberSystem MostSignificantDigit RadixFromIndex RadixToIndex ToFullAnd SAT ShortestInputsForTransition Forwardly OutputAndStateBasedly Implementation FullTable HuffmanMealy Balanced DontCare CreateFromLogicFunctions RandomGenerate IndependentBase Zero