系统函数 mathLib.Ldexp 返回指定的数乘以以下值的值:2 的 integer 次幂。
result = mathLib.Ldexp(myItem,myInteger);
相关参考 EGL 库 MathLib