Calculate the result of power operation
Source position: fpexprpars.pp line 359
public procedure TFPPowerOperation.GetNodeValue( |
var Result: TFPExpressionResult |
); override; |
Result |
|
Returns the result of the power |
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.