NumericFilterCriterion Class

Represents a base class for filter criteria that operate on numeric values.

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public abstract class NumericFilterCriterion : Documents.Spreadsheet.FilterCriterionLeaf

Constructors

NumericFilterCriterionlink

Represents a base class for filter criteria that operate on numeric values.

Declaration
protected NumericFilterCriterion()

Properties

Valuelink

Gets or sets the value that this filter criterion checks against.

Declaration
public object Value { get; set; }
Property Value
Type Description
objectGets or sets the value that this filter criterion checks against.

Methods

Matcheslink

Declaration
public override bool Matches(object value)
Parameters
Type Name Description
object value
Returns
Type Description
bool

Matcheslink

Declaration
protected abstract bool Matches(double numericValue, double numericCriterion)
Parameters
Type Name Description
double numericValue
double numericCriterion
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙