[Visual Basic] Public Function getValueAgnostic( _ ByVal IndexX As Integer, _ ByVal IndexY As Integer _ ) As Object [C#] public object getValueAgnostic( int IndexX, int IndexY ); [C++] public: Object* getValueAgnostic( int IndexX, int IndexY ); [JScript] public function getValueAgnostic( int IndexX, int IndexY ): Object;
EbsMatrix Class | EbsOpen Namespace