Fixed Bin.Utilization
This commit is contained in:
@@ -33,7 +33,7 @@ namespace CutToLength
|
||||
|
||||
public double Utilization
|
||||
{
|
||||
get { return (UsedLength / Length * 100.0); }
|
||||
get { return UsedLength / Length; }
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
|
||||
Reference in New Issue
Block a user