public static uint CLR_TkFromType (CLR_TABLESENUM tbl, uint data)
		{
			return ((((uint)tbl) << 24) & 0xFF000000) | (data & 0x00FFFFFF);
		}
Example #2
0
 public static uint CLR_TkFromType(CLR_TABLESENUM tbl, uint data)
 {
     return(((((uint)tbl) << 24) & 0xFF000000) | (data & 0x00FFFFFF));
 }