Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPSubtractOperation.GetNodeValue

Calculate the result of subtraction operation

Declaration

Source position: fpexprpars.pp line 319

public procedure TFPSubtractOperation.GetNodeValue(

  var Result: TFPExpressionResult

); override;

Arguments

Result

  

Returns the result of the subtraction

Description

The GetNodeValue method performs the actual subtraction by evaluating both operands and computing their difference. It handles type conversion and returns the result in the appropriate numeric format.


Documentation generated on: Dec 15 2025