Gets the element in the second row, second
column.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property M22() As Single
|
| [C#] |
|---|
public float M22 {get;}
|
| [Managed C++] |
|---|
public: __property float get_M22();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_M22(
|
| [Java] |
|---|
public float getM22();
|