Get the result type for negation operations
Source position: fpexprpars.pp line 465
public function TFPNegateOperation.NodeType: TResultType; override; |
Returns the result type of the negation
The NodeType method returns the result type for negation operations, which typically matches the type of the operand. The result preserves the numeric type of the input (integer, float, or currency) to maintain type consistency.