CADability dotNET

Namespace: CADability.LinearAlgebra
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public double this[
	int i,
	int j
] { get; set; }
Visual Basic
Public Default Property Item ( _
	i As Integer, _
	j As Integer _
) As Double
	Get
	Set
Visual C++
public:
property double default[int i, int j] {
	double get (int i, int j);
	void set (int i, int j, double value);
}

Parameters

i
Type: System..::..Int32
j
Type: System..::..Int32

See Also