Calculate the result of multiplication operation
Source position: fpexprpars.pp line 329
public procedure TFPMultiplyOperation.GetNodeValue( |
var Result: TFPExpressionResult |
); override; |
Result |
|
Returns the result of the multiplication |
The GetNodeValue method performs the actual multiplication by evaluating both operands and computing their product with appropriate type handling.