0
This commit is contained in:
parent
044b8fce9f
commit
f1191b21f2
1 changed files with 2 additions and 2 deletions
|
|
@ -20,10 +20,10 @@ function get-change {
|
||||||
$change = 0
|
$change = 0
|
||||||
} else {
|
} else {
|
||||||
# Decide how you want to handle this scenario
|
# Decide how you want to handle this scenario
|
||||||
$change = [double]::PositiveInfinity
|
$change = 0
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$change =[math]::Round(((($winratio - $winratio_old) / $winratio_old) * 100) , 2)
|
$change = [math]::Round(($winratio - $winratio_old) , 2)
|
||||||
}
|
}
|
||||||
|
|
||||||
return $change
|
return $change
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue