[This is preliminary documentation and is subject to change.]

Gets the weight of the condition

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
protected virtual double Weight { get; }

Remarks

Note
By default, the weight of the condition is equal to 1 / # of dimensions. Users wishing to define their own method for calculating the weight of a condition may do so by extending the condition class and overriding this property (although this is NOT recommended).

See Also