Artificial Intelligence
Artificial Intelligence
Information

KnowledgeMath class


      Represents a set of mathematical functions and constants (from version 1.3).


Namespace : ielib
Assembly : ielib.dll
   C#
   public class KnowledgeMath

Constructor

KnowledgeMath(string aFuncName) : Initializes a new instance with the specified name of a function.


Properties

Arg1 : Gets or sets the first argument of the mathematical function.

Arg2 : Gets or sets the second argument to the mathematical function.

Name : Gets the name of the function.


Method

GetExpression() : Gets a string that represents the expression of the function.