Artificial Intelligence
Artificial Intelligence
Information

Rule.GetConclusionAt(int) method


      Gets an object of the class Conclusion to index specified.


Namespace : ielib
Assembly : ielib.dll

public Conclusion GetConclusionAt(int i)

Parameters

Type: System.Int32

i: the conclusion for zero-based index.

Return value

Type : ielib.Conclusion

Represents an object of the class Conclusion.


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