The following tables list the members exposed by MatchValueFilter.
Name | Description | |
---|---|---|
![]() | MatchValueFilter Constructor | Initializes a new instance of the MatchValueFilter class. |
Name | Description | |
---|---|---|
![]() | Calculator | Value calculator associated with this filter. |
![]() | Enabled | Whether the filter is enabled or not. Default: true . |
![]() | LowerBound | The lower bound of the whole range of values. Default: double.NegativeInfinity . |
![]() | MaximumValue | The maximum value for matching range of values. |
![]() | MinimumValue | The minimum value for matching range of values. |
![]() | UpperBound | The upper bound of the whole range of values. Default: double.PositiveInfinity . |
Name | Description | |
---|---|---|
![]() | CalculateBound | Calculates a bound by a value. |
![]() | Round | Rounds the value to the number of digits after decimal point specified by Decimals property of the associated value calculator. |
![]() | TestAttributes | Tests a value calculated for feature attributes to fit to the given range of values. |
![]() | TestValue | Tests a value to fit to the given range of values. |