Click or drag to resize
RangeT Class
Class representing range of values.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingRangeT

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public class Range<T>
where T : IComparable

Type Parameters

T

The RangeT type exposes the following members.

Constructors
Methods
  NameDescription
Public methodIntersectsWith
Returns true if range intersects with another one.
Top
See Also