Convert currency value to float
Source position: fpexprpars.pp line 456
public procedure TCurrencyToFloatNode.GetNodeValue( |
var Result: TFPExpressionResult |
); override; |
Result |
|
Returns the converted float value |
The GetNodeValue method performs the actual conversion of a currency value to a floating-point value, maintaining the numeric precision while changing the data type representation for mathematical compatibility.