Click or drag to resize

XYTable.Item Property

Indexer.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double this[
	int i,
	int j
] { get; set; }

Parameters

i
Type: System.Int32
Row index
j
Type: System.Int32
Column index, must be 0 or 1

Property Value

Type: Double

Implements

IXYTable.Item[Int32, Int32]
See Also