A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
MathUtil — class, package org.as3utils
A utility class for working with mathematical operations.
MathUtil() — Constructor, class org.as3utils.MathUtil
MathUtil is a static class and shouldn't be instantiated.
maxValue(array:Array) — Static Method , class org.as3utils.ArrayUtil
Returns the largest number in the array.
maxValueIndex(array:Array) — Static Method , class org.as3utils.ArrayUtil
Returns the index position of the largest number in the array.
MEGABYTE — Constant Static Property, class org.as3utils.ByteConversionUtil
Defines the value of 1 megabyte in bytes.
megabytesToBytes(megabytes:Number, decimalPlaces:int) — Static Method , class org.as3utils.ByteConversionUtil
Converts the number of megabytes to bytes.
millisecondsToSeconds(milliseconds:Number, decimalPlaces:int) — Static Method , class org.as3utils.MathUtil
Converts milliseconds to seconds.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z