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