uf_bitshl.srf 317 B

1234567891011
  1. $PBExportHeader$uf_bitshl.srf
  2. global type uf_bitshl from function_object
  3. end type
  4. forward prototypes
  5. global function ulong uf_bitshl (unsignedlong al_val, integer ai_bitcount)
  6. end prototypes
  7. global function ulong uf_bitshl (unsignedlong al_val, integer ai_bitcount);return al_val * 2 ^ ai_bitcount
  8. end function