DataSetNumericRangeFilterCondition

A filter condition that filters numeric values within a specified range.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to include the maximum value in the filter range.

Link copied to clipboard

Whether to include the minimum value in the filter range.

Link copied to clipboard

The maximum numeric value for the range filter.

Link copied to clipboard

The minimum numeric value for the range filter.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String