Convert.ToTruthTable
Back to table
/*
Logic-Function-Analysis
Convert.ToTruthTable
[TruthTable g]=Convert.ToTruthTable(LogicFunction f);
f : a logic function
g : a logic function in the TruthTable form
Compute the truth-table of the logic object
*/
//-------------------------------------------------------------------
// examples
f=AndOr()
{
1,-2;
-1,2;
}
g=Convert.ToTruthTable(f);
Print(f,g);
//-------------------------------------------------------------------
// result
PermuteLogicFunction IsBiUnateFunction IsNegativeUnateFunctionTo AndXor BDD AbsoluteExpression MinValue binaryioset() bool ToVariableInvertedFunction FeedbackSystem logicvardef minterm MantissaToPositiveInteger PositiveDecimalToMantissa object() real SOP To2LayerAndOr TransitionSeries Backwardly StateVariables ToFeedbackSystem ToDigitalSystem FullTable GetDontCareLogicFunction CreateDummyLogicFunction Substitute var() Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.