Click or drag to resize

BetweenFilterUpperBound Property

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Gets the object to representing the upper bound of the range of values that evaluate to true

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public virtual IComparable UpperBound { get; }

Property Value

Type: IComparable
The upper bound of the range of values to compare the extraction result with.
See Also