Methods.Form1.doCalculation Function
Perform actual calculation. Called by calculate_Click
Private float doCalculation (float, float)
Type
Name
Description
float
lhs
Left hand side operand
float
rhs
Right hand side operand
Return
Description
float
For binary operations, = lhs op rhs. For sqrt, = sqrt(lhs)