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