Click or drag to resize

CategoricalEntailmentTruthValue Property

Gets or sets the eventually partial truth value assigned to this instance.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public double TruthValue { get; set; }

Property Value

Type: Double
A value representing the truth value of this instance.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
-or-
value is greater than unity.
Remarks

The truth value of a CategoricalEntailment instance may be any real number in the closed interval LaTeX equation, ranging from a completely false to a completely true value, respectively.

See Also