The matrix element [2,2] in the third row and the third column.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public double a22 { get; set; }
Visual Basic (Declaration)
Public Property a22 As Double
Visual C++
public:
property double a22 {
	double get ();
	void set (double value);
}

Field Value

The element in the third row and the third column of the matrix.

See Also