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
IsEqual IsLinearFunction IsSymmetricFunctionTo IsThresholdFunction And AndOr List MaxValue MinValue BCDEx3 BinaryNumberToString binary binaryioset ToTruthTable DigitalSystem Dimacs FeedbackSystem long() long Not One To2LayerAndOr ToFullAnd ShortestInputsForTransition StateVariables FullTable GetDontCareLogicFunction GetPositiveLogicFunction var Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.