|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

Math.Ldexp

OverviewExamples


number Math.Ldexp ( number Mantissa,


number Exponent )


De s cr ip t ion


Returns a number (x), given a mantissa (m) and an exponent (n) in the equation x = m * 2^n.


P arame t er s


Mantissa


(number) The mantissa value.


|