[Visual Basic] Public Sub setValueInteger( _ ByVal IndexX As Integer, _ ByVal IndexY As Integer, _ ByVal value As Integer _ ) [C#] public void setValueInteger( int IndexX, int IndexY, int value ); [C++] public: void setValueInteger( int IndexX, int IndexY, int value ); [JScript] public function setValueInteger( int IndexX, int IndexY, int value );
EbsMatrix Class | EbsOpen Namespace