Indexer |
[SerializableAttribute] public sealed class IndexerColumn : INumericColumn, IReadableColumn, ICloneable, INumericSequence<double>, IImmutable
The IndexerColumn type exposes the following members.
Name | Description | |
---|---|---|
IndexerColumn | Initializes a new instance of the IndexerColumn class |
Name | Description | |
---|---|---|
Count | ||
FullName | The full name of a indexer column is "IndexerColumn". | |
Instance | ||
Item | Simply returns the value i. | |
ItemType | Gets the type of the colum's items. |
Name | Description | |
---|---|---|
Clone | Creates a cloned instance of this object. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IsElementEmpty | This returns always true. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
GetUnderlyingDataColumnOrDefault |
Gets the underlying data column (of type DataColumn) or the default value null.
(Defined by TransformedReadableColumnExtensions) | |
ToHorzROMatrix |
This returns a horizontal oriented, readonly matrix of a DoubleColumn (Defined by DataColumnWrapper) | |
ToROVector |
This returns a read-only vector of a INumericColumn for selected rows.
(Defined by DataColumnWrapper) | |
ToROVector |
This returns a read-only vector of a INumericColumn (Defined by DataColumnWrapper) | |
ToROVector |
This returns a read-only vector of a INumericColumn (Defined by DataColumnWrapper) | |
ToVertROMatrix |
This returns a vertical oriented, readonly matrix of a DoubleColumn (Defined by DataColumnWrapper) |