Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C# by denys ( 6 years ago )
List<double> verifWidthDeviations = new List<double>();

if (verifWidthDeviations.Count >= 3)
{
UpdateUI.SetLabelText(label_VerifWidthDeviation, Math.Round(verifWidthDeviations.Sum()/3, 3).ToString());
verifWidthDeviations.RemoveAt(0);
}

else
{
 verifWidthDeviations.Add(h_realTestPlateErrorMm.D);
}

 

Revise this Paste

Parent: 104164
Your Name: Code Language: