|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Ranking system code?
Originally posted by : Kavine (kavine@kavinesworkshop.com)How would I code a ranking system for a win loss tie record? I do not want a person with 10 wins and 1 loss having a better rank than a person with a 100 win 12 loss. Guess its like a latter match ranking system. Cannot seem to figure out the code to this one. I somewhat have it, not including the tie record, but just is not right. Please help.
|
|
#2
|
|||
|
|||
|
Originally posted by : Stephen W Roberts Jr (racegene@yahoo.com)You can do a point system for it and divide by the number of games. ie. win=2 tie=1 and loss=0. So:-someone with 10-1-0 would ge a score of (10*2+0*1+1*0)/11=1.81-someone with 100-12-0 would ge a score of (100*2+0*1+12*0)/11=1.79Implementation would be a simple math function.Steve------------Kavine at 12/28/2001 10:54:03 AMHow would I code a ranking system for a win loss tie record? I do not want a person with 10 wins and 1 loss having a better rank than a person with a 100 win 12 loss. Guess its like a latter match ranking system. Cannot seem to figure out the code to this one. I somewhat have it, not including the tie record, but just is not right. Please help.
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Ranking system code? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|