Get the result type for currency to float conversion
Source position: fpexprpars.pp line 455
public function TCurrencyToFloatNode.NodeType: TResultType; override; |
Returns float as the result type
The NodeType method returns rtFloat to indicate that this conversion produces floating-point results, enabling proper type handling for subsequent mathematical operations.