Gets a new data frame containing the portion of this data frame indicated by the given row slice and column slice.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DataFrame this[
	Slice rowSlice,
	Slice colSlice
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	rowSlice As Slice, _
	colSlice As Slice _
) As DataFrame
Visual C++
public:
property DataFrame^ default[Slice^ rowSlice, Slice^ colSlice] {
	DataFrame^ get (Slice^ rowSlice, Slice^ colSlice);
}

See Also