Represents a filter criterion that checks if the value is less than or equal to a specified value.
Object
Documents.Spreadsheet.FilterCriterion
Documents.Spreadsheet.FilterCriterionLeaf
Documents.Spreadsheet.NumericFilterCriterion
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class LessThanOrEqualCriterion : Documents.Spreadsheet.NumericFilterCriterionRepresents a filter criterion that checks if the value is less than or equal to a specified value.
public LessThanOrEqualCriterion()public override void Accept(Documents.Spreadsheet.IFilterCriterionVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.IFilterCriterionVisitor | visitor |
protected override bool Matches(double numericValue, double numericCriterion)
| Type | Name | Description |
|---|---|---|
| double | numericValue | |
| double | numericCriterion |
| Type | Description |
|---|---|
| bool |