Artificial Intelligence
Artificial Intelligence
Information

Rule.IsDeductible property


      Gets a value indicating whether this rule is deductible.


Namespace : ielib
Assembly : ielib.dll

public bool IsDeductible { get; }

Property value

Type : System.bool

The value is true if this rule is deductible, otherwise false.


      Note: A rule is deductible if all the premises of this rule are deductible (see also the Premise.IsDeductible property).