4 references to DeleteCost
Microsoft.Arcade.Test.Common (4)
DiffUtil.cs (4)
132if (d[i, j] == d[i - 1, j] + DeleteCost) 157if (d[i, j] == d[i - 1, j] + DeleteCost) 248d[i, 0] = d[i - 1, 0] + DeleteCost; 261int m2 = d[i - 1, j] + DeleteCost;