uses单元 math;

min函数  min(A,B); 比较A、B的大小,取最小值

max函数  min(A,B); 比较A、B的大小,取最大值

 

原型示例:function Min(const A, B: Integer): Integer;

 

支持比对的参数:Integer、Int64、Single、Double、Extended

相关文章:

  • 2021-07-06
  • 2022-12-23
  • 2021-05-21
  • 2022-12-23
  • 2021-11-18
  • 2022-02-04
  • 2021-11-17
猜你喜欢
  • 2022-02-08
  • 2021-07-30
  • 2022-12-23
  • 2021-12-17
  • 2021-12-12
  • 2022-01-14
相关资源
相似解决方案