Represents a base class for filter criteria that operate on numeric values.
Object
Documents.Spreadsheet.FilterCriterion
Documents.Spreadsheet.FilterCriterionLeaf
Documents.Spreadsheet.GreaterThanCriterion
Documents.Spreadsheet.LessThanCriterion
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public abstract class NumericFilterCriterion : Documents.Spreadsheet.FilterCriterionLeafRepresents a base class for filter criteria that operate on numeric values.
protected NumericFilterCriterion()Gets or sets the value that this filter criterion checks against.
public object Value { get; set; }
| Type | Description |
|---|---|
| object | Gets or sets the value that this filter criterion checks against. |
public override bool Matches(object value)
| Type | Name | Description |
|---|---|---|
| object | value |
| Type | Description |
|---|---|
| bool |
protected abstract bool Matches(double numericValue, double numericCriterion)
| Type | Name | Description |
|---|---|---|
| double | numericValue | |
| double | numericCriterion |
| Type | Description |
|---|---|
| bool |