Artificial Intelligence
Artificial Intelligence
Information

Rule.GetPremiseAt(int) method


      Gets an object of the class Premise to index specified.


Namespace : ielib
Assembly : ielib.dll

public Premise GetPremiseAt(int i)

Parameters

Type: System.Int32

i: the premise for zero-based index.

Return value

Type : ielib.Premise

Represents an object of the class Premise.


      Note: If the index is less than zero or greater than Rule.PremiseCount then the value null will be sent.