Price fraction: Difference between revisions

Content added Content deleted
No edit summary
Line 2,405: Line 2,405:
Process
Process
{
{
foreach ($price in $InputObject)
foreach ($fraction in $InputObject)
{
{
switch ($price)
switch ($fraction)
{
{
{$_ -lt 0.06} {0.10; break}
{$_ -lt 0.06} {0.10; break}