Artificial Intelligence
Artificial Intelligence
Information

KnowledgePredicate(string) constructor


      Initializes a new instance of the KnowledgePredicate class with the symbols of comparison.


Namespace : ielib
Assembly : ielib.dll

public KnowledgePredicate(string aStr)

Parameters

Type: System.string

aStr : A string that represents the possible predicates : '>', '<', '==', '>=', '<=', or '!='.

Example :

KnowledgePredicate predic = new KnowledgePredicate(">=");