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