A class that implements all the numeric type conversion functions (double-to-integer and integer-to-double). It takes one argument of the appropriate type, converts that argument to the other type, and returns the result. If the argument is indeterminate, an indeterminate result is returned.
@since 1.0
@author Steve Hanna
@author Seth Proctor
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.