1010Data Insights Platform .NET SDK
|
A column of double values. More...
Public Member Functions | |
override Result | Accept< Result > (Computation< Result > c) |
Visitor pattern for Column.OfDoubles. More... | |
override void | Accept (Operation o) |
Visitor pattern for Column.OfDoubles. More... | |
DateTime | DateTimeAt (long index) |
Get the value at the index'th row as a DateTime. More... | |
![]() | |
sealed override Object | ItemAt (long index) |
Get the object at the index'th row. More... | |
IEnumerator< T > | GetEnumeratorForPolicy (IDownloadPolicy policy) |
Returns an enumerator for the Column. More... | |
Additional Inherited Members | |
![]() | |
readonly Information | Info |
Information about the Column. | |
![]() | |
override IEnumerable< String > | AsStrings [get] |
Iterates string represenations of Column data. | |
T | this[long i] [get] |
Retreives a value from the column. More... | |
![]() | |
IDownloadPolicy | Policy [get, set] |
Policy for how data is downloaded on subscripting or enumerating. | |
Table | HostTable [get, set] |
This Column's Table. | |
String | Name [get] |
Name of the Column. | |
abstract IEnumerable< String > | AsStrings [get] |
Iterates over column data and casts to String. | |
![]() | |
String | Name [get] |
Gets the name of this item. | |
A column of double values.
|
inlinevirtual |
Visitor pattern for Column.OfDoubles.
c | Computation to perform on this Column. |
Implements TenTenSDK.Column.
|
inlinevirtual |
Visitor pattern for Column.OfDoubles.
Implements TenTenSDK.Column.
|
inline |
Get the value at the index'th row as a DateTime.
index | What item to get. |