JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.scichart.core.common
Interface IndexFunc<T>
Type Parameters:
T
- The type of elements in sequence
public interface
IndexFunc<T>
Interface which defines a func which returns element of sequence by its index
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
get
(int index)
Gets element from sequences
Method Detail
get
T
get(int index)
Gets element from sequences
Parameters:
index
- The index of element to get
Returns:
The element of sequence
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method