Searched refs:voteFactor (Results 1 – 1 of 1) sorted by relevance
15 private $voteFactor; variable in phpweb\\UserNotes\\Sorter33 $this->voteFactor = $this->maxVote - $this->minVote52 return ($note->upvotes - $note->downvotes - $this->minVote) * $this->voteFactor + .3;
Completed in 3 milliseconds