Artificial Intelligence
Artificial Intelligence
Information

KnowledgeOperator class


      Represents the numerical operators, addition, subtraction, multiplication and division.


Namespace : ielib
Assembly : ielib.dll
   C#
   public class KnowledgeOperator : Object


Inheritance Hierarchy.
      System.Object
                 KnowledgeOperator

Properties

IsBool : Gets a value indicating if this operator is of Boolean type.

IsDouble : Gets a value indicating if this operator is of type real.

IsString : Gets a value indicating if this operator is of type string.

ObjectLeft : Gets the object on the left of the operator.

ObjectRight : Gets the object to right of the operator.


Methods

GetExpression() : Returns a string that represents the expression of the operator.

GetValue() : Returns the value of result of the operator.