2012-08-01

【Delphi】整數的除法 div

涉及整數的除法時,運算元要用 div,如:

 
var
    x: integer;
begin
    x := 100 div 3        // x = 33
end;
 

沒有留言:

張貼留言