OffsetBehavior Enumeration |
Enumeration used to define offset behaviors for the target comparison operand.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum OffsetBehavior
Public Enumeration OffsetBehavior
public enum class OffsetBehavior
Members
| Member name | Value | Description |
---|
| None | 0 | The comparison does not used the offset. |
| Factorial | 1 | The offset is applied as a multiplication factor to the target comparison operand. |
| Additive | 2 | The offset is added to the target comparison operand. |
See Also