Click or drag to resize

IndexerColumn Methods

The IndexerColumn type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a cloned instance of this object.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsElementEmpty This returns always true.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetUnderlyingDataColumnOrDefault Gets the underlying data column (of type DataColumn) or the default value null.
(Defined by TransformedReadableColumnExtensions)
Public Extension MethodToHorzROMatrix This returns a horizontal oriented, readonly matrix of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodToROVector This returns a read-only vector of a INumericColumn for selected rows.
(Defined by DataColumnWrapper)
Public Extension MethodToROVector This returns a read-only vector of a INumericColumn
(Defined by DataColumnWrapper)
Public Extension MethodToROVector This returns a read-only vector of a INumericColumn
(Defined by DataColumnWrapper)
Public Extension MethodToVertROMatrix This returns a vertical oriented, readonly matrix of a DoubleColumn
(Defined by DataColumnWrapper)
Top
See Also