[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;
EbsMatrix Class | EbsOpen Namespace