EbsOpen Class Library for EBSILON®Professional

EbsMatrix.getValueInteger Method 

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

See Also

EbsMatrix Class | EbsOpen Namespace