Click or drag to resize

DataColumnWrapper Methods

The DataColumnWrapper type exposes the following members.

Methods
 NameDescription
Public Extension MethodToComplexDoubleVector(DoubleColumn, DoubleColumn) This returns a read and writeable complex vector that wraps two DoubleColumns.
Public Extension MethodToComplexDoubleVector(DoubleColumn, DoubleColumn, Int32) This returns a read and writeable complex vector that wraps two DoubleColumns.
Public Extension MethodToComplexDoubleVector(DoubleColumn, DoubleColumn, Int32, Int32) This returns a read and writeable complex vector that wraps two DoubleColumns.
Public Extension MethodToHorzMatrix This returns a read and writeable, horizontal oriented matrix of a DoubleColumn
Public Extension MethodToHorzROMatrix This returns a horizontal oriented, readonly matrix of a DoubleColumn
Public Extension MethodToROVector(DataColumn) This returns a read-only vector of a INumericColumn
Public Extension MethodToROVector(DataColumn, Int32) This returns a read-only vector of a INumericColumn
Public Extension MethodToROVector(INumericColumn, IAscendingIntegerCollection) This returns a read-only vector of a INumericColumn for selected rows.
Public Extension MethodToROVector(INumericColumn, Int32) This returns a read-only vector of a INumericColumn
Public Extension MethodToROVector(DataColumn, Int32, Int32) This returns a read-only vector of a INumericColumn
Public Extension MethodToROVector(INumericColumn, Int32, Int32) This returns a read-only vector of a INumericColumn
Public Extension MethodToROVectorCopy This returns a read-only vector of a INumericColumn, but the data are copyied before. Thus, if you change the data into the numeric column, the data of the returned vector is not influenced.
Public Extension MethodToVector(DataColumn) This returns a read and writeable vector of a DoubleColumn
Public Extension MethodToVector(DoubleColumn) This returns a read and writeable vector of a DoubleColumn
Public Extension MethodToVector(DataColumn, Int32) This returns a read and writeable vector of a DoubleColumn
Public Extension MethodToVector(DoubleColumn, IAscendingIntegerCollection) This returns a read and writeable vector of a DoubleColumn
Public Extension MethodToVector(DoubleColumn, Int32) This returns a read and writeable vector of a DoubleColumn
Public Extension MethodToVector(DataColumn, Int32, Int32) This returns a read and writeable vector of a DoubleColumn
Public Extension MethodToVector(DoubleColumn, Int32, Int32) This returns a read and writeable vector of a DoubleColumn
Public Extension MethodToVertMatrix This returns a read and writeable, vertical oriented matrix of a DoubleColumn
Public Extension MethodToVertROMatrix This returns a vertical oriented, readonly matrix of a DoubleColumn
Top
See Also