feat: 폼에 오차 범위 UI 표시 추가
This commit is contained in:
parent
d8ac2b984b
commit
05e1a08735
File diff suppressed because it is too large
Load Diff
@ -165,6 +165,9 @@ Public Class weightForm
|
|||||||
|
|
||||||
weightErrorPlus = weightSum * errorRate
|
weightErrorPlus = weightSum * errorRate
|
||||||
weightErrorMinus = weightSum * errorRate
|
weightErrorMinus = weightSum * errorRate
|
||||||
|
|
||||||
|
' 폼에 오차 범위 표시
|
||||||
|
lbError.Text = "(오차: +" & weightErrorPlus.ToString() & ", -" & weightErrorMinus.ToString() & ")"
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user