Geotools.Net

Matrix.Elt Field

Elements of the matrix.

[Visual Basic]
Public Elt As Double()
[C#]
public double[] Elt;

Remarks

The elements should be stored in a rectangular two dimensional array So in Java/ C#, all double[] elements of the outer array must have the same size. In COM, this is represented as a 2D SAFEARRAY.

See Also

Matrix Class | Matrix Members | Geotools.Positioning Namespace