EbsOpen Class Library for EBSILON®Professional

EbsMatrix.getValueDouble Method 

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

See Also

EbsMatrix Class | EbsOpen Namespace