The IfxToJavaReal() method
The IfxToJavaReal() method converts the HCL Informix® REAL data type to the Java™ real data type.
Method signature
public static float IfxToJavaReal (byte b [], short prec)
public static float IfxToJavaReal (byte b [])
public static float IfxToJavaReal (byte b [], int offset,
int length, short prec)
public static float IfxToJavaReal (byte b [], int offset)
Input parameters
- b
- The bytes encoding data
- offset
- The offset into byte array.
- prec
- The precision as received from Informix.
- length
- The data length.