系统函数 MathLib.floatingDifference 将两个数中的第一个数减去第二个数并返回差。此函数是使用双精度浮点算术实现的。
MathLib.floatingDifference( numericField1 mathLibNumber in, numericField2 mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.floatingDifference(myItem01,myItem02);
相关概念 EGL 函数的语法图
相关参考 EGL 库 MathLib