Bit.Shr

From OpenEUO
Revision as of 20:16, 7 October 2010 by 76.184.213.234 (Talk) (Created page with " Bit.Shr(n1,n2) Returns the result of shifting n1 to the right by n2 bits. Since numbers are stored in double format, don't use this as a shortcut for division by a power of two.")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Bit.Shr(n1,n2)

Returns the result of shifting n1 to the right by n2 bits. Since numbers are stored in double format, don't use this as a shortcut for division by a power of two.