|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcynosurex.legacy.VAX_Float
public class VAX_Float
This class includes static methods to read and convert various VAX float format. This class cannot be instantiated.
Field Summary |
---|
Fields inherited from interface cynosurex.internal.CommonInterface |
---|
copyright, copyrightYears, notice, program, version |
Fields inherited from interface cynosurex.internal.AuthorCommon |
---|
author, copyrightSymbol, noticeMsg, rights |
Fields inherited from interface cynosurex.internal.CompanyCommon |
---|
company, email, website |
Method Summary | |
---|---|
static double |
D_float_to_double(byte[] d_float)
This static method takes in a VAX D-Float and returns a Java double-precision floating point. |
static float |
F_float_to_float(byte[] f_float)
This static method takes in a VAX F-Float and returns a Java 32-bit floating point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static float F_float_to_float(byte[] f_float)
f_float
- VAX F-Float bitspublic static double D_float_to_double(byte[] d_float)
d_float
- VAX D-Float bits
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |