Class DoubleGroup
Used for Name values of IGroups that are grouping in ranges by numeric values.
The Double
Inheritance
Namespace: Telerik.Pivot.Core.Groups
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class DoubleGroup : ValueType, IEquatable<DoubleGroup>, IComparable<DoubleGroup>, IComparable
Constructors
DoubleGroup(Double, Double)
Initializes a new instance of the Double
Declaration
public DoubleGroup(double start, double end)
Parameters
System. The start value which this group represents. |
System. The end value which this group represents. |
Properties
End
Gets the upper limit for values in this Double
Declaration
public double End { get; set; }
Property Value
System.
|
Start
Gets the lower limit for values in this Double
Declaration
public double Start { get; set; }
Property Value
System.
|
Methods
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
System.
|
Returns
System.
|
CompareTo(DoubleGroup)
Declaration
public int CompareTo(DoubleGroup other)
Parameters
Double
|
Returns
System.
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Equals(DoubleGroup)
Declaration
public bool Equals(DoubleGroup other)
Parameters
Double
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|
Operators
Equality(DoubleGroup, DoubleGroup)
Determines whether two specified instances of Double
Declaration
public static bool operator ==(DoubleGroup left, DoubleGroup right)
Parameters
Double The first object to compare. |
Double The second object to compare. |
Returns
System. true if |
GreaterThan(DoubleGroup, DoubleGroup)
Determines whether one specified Double
Declaration
public static bool operator>(DoubleGroup left, DoubleGroup right)
Parameters
Double The first object to compare. |
Double The second object to compare. |
Returns
System. true if |
GreaterThanOrEqual(DoubleGroup, DoubleGroup)
Determines whether one specified Double
Declaration
public static bool operator >=(DoubleGroup left, DoubleGroup right)
Parameters
Double The first object to compare. |
Double The second object to compare. |
Returns
System. true if |
Inequality(DoubleGroup, DoubleGroup)
Determines whether two specified instances of Double
Declaration
public static bool operator !=(DoubleGroup left, DoubleGroup right)
Parameters
Double The first object to compare. |
Double The second object to compare. |
Returns
System. true if |
LessThan(DoubleGroup, DoubleGroup)
Determines whether one specified Double
Declaration
public static bool operator <(DoubleGroup left, DoubleGroup right)
Parameters
Double The first object to compare. |
Double The second object to compare. |
Returns
System. true if |
LessThanOrEqual(DoubleGroup, DoubleGroup)
Determines whether one specified Double
Declaration
public static bool operator <=(DoubleGroup left, DoubleGroup right)
Parameters
Double The first object to compare. |
Double The second object to compare. |
Returns
System. true if |