Class BO.filters.FilterBase
A base object to be extended by all Filter objects. This object
should not be instantiated directly.
Defined in: FilterBase.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
An Abstract Base object for filters
|
| Method Attributes | Method Name and Description |
|---|---|
|
processSample(val)
Process the value to be filtered and return the filtered result.
|
Method Detail
{Number}
processSample(val)
Process the value to be filtered and return the filtered result.
- Parameters:
- {Number} val
- The input value to be filtered.
- Returns:
- {Number} The resulting value after applying the filter.
