Class
QueryableDoubleGroup

Used for internal grouping by numeric ranges. This is for internal use only and is not intended to be used directly from your code.

Definition

Namespace:Telerik.Pivot.Queryable.Groups

Assembly:Telerik.Pivot.DataProviders.Queryable.dll

Syntax:

cs-api-definition
public sealed class QueryableDoubleGroup : QueryableGroup

Inheritance: objectQueryableGroupQueryableDoubleGroup

Inherited Members QueryableGroup.IsValid

Constructors

QueryableDoubleGroup()

Declaration

cs-api-definition
public QueryableDoubleGroup()

Properties

End

Gets the end part of the group.

Declaration

cs-api-definition
public double End { get; set; }

Property Value

double

Start

Gets the start part of the group.

Declaration

cs-api-definition
public double Start { get; set; }

Property Value

double