[This is preliminary documentation and is subject to change.]
Gets the weight of the condition
Namespace: Clarion.Framework.CoreAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
protected virtual double Weight { get; } |
Remarks
![]() |
---|
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). |