Get the result type for modulo operations
Source position: fpexprpars.pp line 348
public function TFPModuloOperation.NodeType: TResultType; override; |
Returns the result type of the modulo
Returns integer type as modulo operations work with and return integer values.