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