Packageorg.purepdf.utils
Classpublic class FloatUtils
InheritanceFloatUtils Inheritance Object



Public Methods
 MethodDefined By
  
floatToIntBits(value:Number):int
[static] Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout.
FloatUtils
Method Detail
floatToIntBits()method
public static function floatToIntBits(value:Number):int

Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout.

Parameters

value:Number

Returns
int