The system function MathLib.Ldexp returns the value of a specified number that is multiplied by the following value: two to the power of exponent.
MathLib.Ldexp( numericField mathLibNumber in, exponent mathLibInteger in) returns (result mathLibTypeDependentResult)
result = MathLib.Ldexp(myItem,myInteger);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib