ChartBinRange<T>
public readonly struct ChartBinRange<T> where T : IComparable<T>Range used to describe a histogram bin. Mirrors Swift Charts’ ChartBinRange.
Open-bound flags let callers express half-open intervals (the Swift convention is
lower-closed / upper-open, except for the final bin which is closed on both sides).
Fields
Section titled “Fields”
LowerBound
Section titled “LowerBound”public readonly T LowerBoundNo description is available for this member.
Returns
{T} — No return description is available.
UpperBound
Section titled “UpperBound”public readonly T UpperBoundNo description is available for this member.
Returns
{T} — No return description is available.
IsLowerOpen
Section titled “IsLowerOpen”public readonly bool IsLowerOpenNo description is available for this member.
Returns
System.Boolean — No return description is available.
IsUpperOpen
Section titled “IsUpperOpen”public readonly bool IsUpperOpenNo description is available for this member.
Returns
System.Boolean — No return description is available.
Constructors
Section titled “Constructors”
ChartBinRange(T, T, bool, bool)
Section titled “ChartBinRange(T, T, bool, bool)”public ChartBinRange(T lower, T upper, bool isLowerOpen = false, bool isUpperOpen = true)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
lower |
{T} | |
upper |
{T} | |
isLowerOpen |
System.Boolean | |
isUpperOpen |
System.Boolean |
Methods
Section titled “Methods”
Contains(T)
Section titled “Contains(T)”public bool Contains(T value)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
value |
{T} |
Returns
System.Boolean — No return description is available.
Equals(ChartBinRange)
Section titled “Equals(ChartBinRange)”public bool Equals(ChartBinRange<T> other)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
other |
ChartGuru.ChartBinRange`1 |
Returns
System.Boolean — No return description is available.
Equals(object)
Section titled “Equals(object)”public override bool Equals(object obj)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
obj |
System.Object |
Returns
System.Boolean — No return description is available.
GetHashCode()
Section titled “GetHashCode()”public override int GetHashCode()No description is available for this member.
Returns
System.Int32 — No return description is available.