Get the result type for division operations
Source position: fpexprpars.pp line 338
public function TFPDivideOperation.NodeType: TResultType; override; |
Returns the result type of the division
Returns the appropriate result type for division operations, typically promoting to floating-point for precise division results.