object
Back to table
/*
BasicType
object
[object f]=function(object g);
A unspecified basic-type or logic-object, or other types for internal access.
*/
//-------------------------------------------------------------------
// examples
/*
For example, the struct Point{ int x; int y } in .NET framework.
In our computation, we convert this data into a XML object for transmision,
and recover it to the data struct Point again.
Therefore, the object is used to specified this unknown XML object during the process of data trasmision.
*/
[object a] = object( obj ); // obj=Point.ToXML(); a=Point;
Print(a);
a = (1, 2); // Point.ToString().
//-------------------------------------------------------------------
// result
IsSelfDualFunction IsThresholdFunction IsZeroFunction binary() OneComplement bool() ToSOP Eq Imply list() logicvardef long MantissaToPositiveDecimal MantissaToPositiveNumber MostSignificantDigit Radixes Or Print MaxSAT Save AutoAssignInputAndStateVariables StateTransitionBasedly To2layerOrAnd ShannonTree SimpleCover TruthTable ComputeDONTCARE EnlargeLogicFunction XORP Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.