curr64.pas
来自「Delphi 技术手册源码 在Verycd下载的一个大包中的电子书」· PAS 代码 · 共 8 行
PAS
8 行
unit Curr64;
interface
// Delphi's Currency type is dependent on the floating point process,
// which can lead to problems if the FPU precision changes. This unit
// implements Currency-like behavior using Int64 values.
// Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?