Convert.AndXor.ToAndOr
Back to table
/*
Logic-Function-Analysis
Convert.AndXor.ToAndOr
[AndOr g]=Convert.AndXor.ToAndOr(AndXor f);
f : a logic function in the AndXor form.
g : a logic function in the AndOr form.
Convert a logic object from AndXor to AndOr.
*/
//-------------------------------------------------------------------
// examples
f=AndXor()
{
1;
2;
}
g=Convert.AndXor.ToAndOr(f);
Print(f,g);
//-------------------------------------------------------------------
// result
IsInverse IsSelfDualFunction AndXor Binary GrayCode OneComplement bool() bool ToAndXor AddXorTerm ToDualFunction ToPOS ToSOP Diagram Eq FeedbackDiagram list() Radixes RadixToIndex object ToFullAnd Forwardly ToFeedbackSystem ToStateTransitionTable Implementation ToDigitalSystem CreateFromLogicFunctions EnlargeLogicFunction SemanticEval Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.