'Declaration Public Function GetElem( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Double
'Usage Dim instance As IGDoubleMatrix Dim row As Integer Dim column As Integer Dim value As Double value = instance.GetElem(row, column)
Parameters
- row
 - Row coordinate of the matrix element.
 - column
 - Column coordinate of the matrix element.
 
Return Value
Double value.