RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opIntDivide Constant

opIntDivide defines an integer divide operation.

Pascal
opIntDivide = 4;
C++
opIntDivide = 4;

opIntDivide is one of the operation types that TVarOp may be set to when performing binary operations such as BinaryOp.  

opIntDivide represents the integer division of the left operand by the right operation. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!