我试了一下,窗体上放俩Label,和一个Button,Button的Button1Click内容为:
  Label1.Caption := IntToStr(Trunc(3.14159));
  Label2.Caption := IntToStr(Round(3.14159));
运行,点那个Button,俩Label都显示3,不知这两个函数究竟有啥不同?