The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



DecodeLong


Unit:SDL_math1
Class:None
Declaration:function DecodeLong (ix: integer): longint;

The function DecodeLong returns a long integer which has the bit with the number ix set and all other bits reset. A value of ix outside the valid range (0..31) results in a zero return value.The least significant bit (LSB) has the number 0, the most significant bit (MSB) has the number 31.



Last Update: 2023-Feb-06