EbsOpen Class Library for EBSILON®Professional

EbsMatrix.getValue Method 

[Visual Basic]
Public Function getValue( _ 
   ByVal IndexX As Integer, _ 
   ByVal IndexY As Integer _ 
) As Double
[C#]
public double getValue(
   int IndexX,
   int IndexY
);
[C++]
public: double getValue(
   int IndexX,
   int IndexY
);
[JScript]
public function getValue(
   int IndexX,
   int IndexY
): double;

See Also

EbsMatrix Class | EbsOpen Namespace