The matrix element [0,0] in the first row and the first column.

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

Syntax

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

Field Value

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

See Also