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