public double TruthValue { get; set; }Public Property TruthValue As Double
Get
Setpublic:
property double TruthValue {
double get ();
void set (double value);
}member TruthValue : float with get, set
The truth value of a CategoricalEntailment
instance may be any real number in the closed interval
, ranging from a completely false to
a completely true value, respectively.
| ArgumentOutOfRangeException | value is negative. -or- value is greater than unity. |