public interface IDoubleValuesProvider
Modifier and Type | Method and Description |
---|---|
void |
getDoubleValues(com.scichart.core.model.DoubleValues doubleValues,
com.scichart.core.model.IntegerValues indices)
Gets the items of list at specified indices and sets them as double values
|
void |
getDoubleValues(com.scichart.core.model.DoubleValues doubleValues,
int startIndex,
int count)
Gets the items of list at specified start index and sets them as double values
|
int |
size()
Returns the number of elements in this provider.
|
void getDoubleValues(com.scichart.core.model.DoubleValues doubleValues, com.scichart.core.model.IntegerValues indices)
doubleValues
- The target collection to add item toindices
- The collection of indices to get items atvoid getDoubleValues(com.scichart.core.model.DoubleValues doubleValues, int startIndex, int count)
doubleValues
- The target collection to add item tostartIndex
- The index to start atcount
- The amount of items to be retrievedint size()