 | DataFrameItem(Int32, Slice) Property |
Gets the subcolumn indicated by the given column index and row slice.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IDFColumn this[
int colIndex,
Slice rowSlice
] { get; }
Public ReadOnly Default Property Item (
colIndex As Integer,
rowSlice As Slice
) As IDFColumn
Get
public:
property IDFColumn^ default[int colIndex, Slice^ rowSlice] {
IDFColumn^ get (int colIndex, Slice^ rowSlice);
}
member Item : IDFColumn with get
Parameters
- colIndex Int32
-
- rowSlice Slice
-
Property Value
IDFColumn
See Also