摘要:
System.Mathfunction RoundTo(const AValue:Extended;const ADigit: TRoundToEXRangeExtended): Extended;function SimpleRoundTo(const AValue:Single; cons... 阅读全文
摘要:
Math单元函数 单元包含高性能的算术、三角、对数、统计和金融方面的计算及FPU程序函数用于补充Delphi语言System.pas 单元中的数学常规程序函数参考:1) P.J.Plauger, "The Standard C Library", Prentice-Hall, 19... 阅读全文
摘要:
Delphi的set集合操作1.定义一个集合 TMyFlag = (TMyFlagStart,TMyFlagStop); TMyFlags = set of TMyFlag;提示 尽可能地用Include()和Exclude()来增删元素,尽可能地少用+、-运算符操作MyFlags=MyF... 阅读全文