Calculate the result of division operation
Source position: fpexprpars.pp line 339
public procedure TFPDivideOperation.GetNodeValue( |
var Result: TFPExpressionResult |
); override; |
Result |
|
Returns the result of the division |
Performs the division calculation after checking for division by zero, returning the quotient with appropriate type handling.