Whats the quickest way to set bits?


Results 1 to 34 of 34

Threaded View

  1. #4
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    <strike>GraphVal = $FFFF >> ((X * 16) / (GraphMax - GraphMin))</strike>

    GraphVal = $FFFF >> (((X - GraphMin) * 16) / (GraphMax - GraphMin))
    <br>
    <br>
    Last edited by Darrel Taylor; - 23rd October 2010 at 02:22. Reason: oops
    DT

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts