且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Delphi中将正数转换为负数?

更新时间:2022-10-18 13:45:17

from what I know there is no function for that. you can make

if yourvariable > 0 then
    yourvariable := -yourvariable;

相关阅读

技术问答最新文章