Math2mat

/home/ythoma/docs/math2mat/svn/wp1/framework/m2mGUI/src/m2m/backend/buildingblocks/BuildingBlockUInt.java

Go to the documentation of this file.
00001 
00002 package m2m.backend.buildingblocks;
00003 
00008 public abstract class BuildingBlockUInt extends BuildingBlockIntUInt {
00009         
00013         @Override
00014         public final NumType numType() {
00015                 return NumType.UINT;
00016         }
00017 }
00018 
 All Classes Namespaces Files Functions Variables Enumerations