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

TFPPowerOperation.GetNodeValue

Calculate the result of power operation

Declaration

Source position: fpexprpars.pp line 359

public procedure TFPPowerOperation.GetNodeValue(

  var Result: TFPExpressionResult

); override;

Arguments

Result

  

Returns the result of the power

Description

The GetNodeValue method evaluates the power operation by raising the left operand to the power of the right operand and returns the result. It handles both integer and floating-point base values with numeric exponents.


Documentation generated on: Dec 15 2025