how to convert any number of list to between 0 and 1

Posted by user347918 on Stack Overflow See other posts from Stack Overflow or by user347918
Published on 2010-06-17T10:18:56Z Indexed on 2010/06/17 10:23 UTC
Read the original article Hit count: 95

Filed under:

For example :

I have the number of list like below : {12,23,34,45,65} to change between 0 and 1 like {0, 0.2, 0.4, 0.6, 0.8}. Does any body know some algorithm?

© Stack Overflow or respective owner

Related posts about c#