简体   繁体   中英

Convert C# double to Pascal real

Help convert type double C# to Pascal real. The problem is that the types occupy different amount of bytes (8 and 6, respectively).

自从Delphi 3或4以来,Real48已经是旧式类型。在您的delphi代码中使用尽可能多的两倍。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM