GetExponentOfTwo static method

num GetExponentOfTwo(
  1. num value,
  2. num max, [
  3. num mode
])

Implementation

external static num GetExponentOfTwo(num value, num max, [num mode]);