Click or drag to resize

DataFrameItem(Int32, Int32) Property

Gets and sets the element at the given row and column index.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Object this[
	int rowIndex,
	int colIndex
] { get; set; }

Parameters

rowIndex  Int32
 
colIndex  Int32
 

Property Value

Object
See Also