Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.java.lang
Class DoubleHelper

java.lang.Object
  extended by oracle.adfnmc.java.lang.DoubleHelper

public class DoubleHelper
extends java.lang.Object


Constructor Summary
DoubleHelper()
           
 
Method Summary
static java.lang.String toHexString(double d)
           Converts a double into a hexadecimal string representation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleHelper

public DoubleHelper()
Method Detail

toHexString

public static java.lang.String toHexString(double d)

Converts a double into a hexadecimal string representation.

Parameters:
d - The double to convert.
Returns:
The hexadecimal string representation of f.
Since:
1.5

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.