Class
DoubleCompressedList

Definition

Namespace:Telerik.Windows.Core

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class DoubleCompressedList : CompressedList<double>, IEquatable<CompressedList<double>>

Inheritance: objectCompressedList<double>DoubleCompressedList

Implements: IEquatable<CompressedList<double>>

Inherited Members CompressedList<double>.RemoveCore(int, int)CompressedList<double>.InsertCore(int, CompressedList<double>)CompressedList<double>.SubList(int, int)CompressedList<double>.Remove(int, int)CompressedList<double>.Insert(int, IList<double>)CompressedList<double>.Insert(int, double, int)CompressedList<double>.Update(int, IList<double>)CompressedList<double>.Update(int, double)CompressedList<double>.UpdateCore(int, double)CompressedList<double>.Update(int, int, CompressedList<double>, int)CompressedList<double>.Insert(int, int, CompressedList<double>, int)CompressedList<double>.Equals(CompressedList<double>)CompressedList<double>.CountCompressedList<double>.CompressedData

Constructors

DoubleCompressedList(int, double)

Declaration

cs-api-definition
public DoubleCompressedList(int count, double defaultValue)

Parameters

count

int

defaultValue

double

Properties

DefaultValue

Declaration

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

Property Value

double

Methods

GetCumulativeValueForIndex(int)

Declaration

cs-api-definition
public double GetCumulativeValueForIndex(int index)

Parameters

index

int

Returns

double

GetDistanceBetween(int, int)

Declaration

cs-api-definition
public double GetDistanceBetween(int from, int to)

Parameters

from

int

to

int

Returns

double

GetIndexForCumulativeValue(double)

Declaration

cs-api-definition
public int GetIndexForCumulativeValue(double cumulativeValue)

Parameters

cumulativeValue

double

Returns

int

Insert(int, int)

Declaration

cs-api-definition
public void Insert(int index, int count)

Parameters

index

int

count

int

Sum()

Declaration

cs-api-definition
public double Sum()

Returns

double