public class DoubleAdaptor
extends java.lang.Object
| Constructor and Description |
|---|
DoubleAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
IArithmetic<java.lang.Double,java.lang.Byte,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Double arg1,
java.lang.Byte arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Double, Byte, Double> interface.
|
IArithmetic<java.lang.Double,java.lang.Character,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Double arg1,
java.lang.Character arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Double, Character, Double> interface.
|
IArithmetic<java.lang.Double,java.lang.Double,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Double arg1,
java.lang.Double arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Double, Double, Double> interface.
|
IArithmetic<java.lang.Double,java.lang.Float,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Double arg1,
java.lang.Float arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Double, Float, Double> interface.
|
IArithmetic<java.lang.Double,java.lang.Integer,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Double arg1,
java.lang.Integer arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Double, Integer, Double> interface.
|
IArithmetic<java.lang.Double,java.lang.Long,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Double arg1,
java.lang.Long arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Double, Long, Double> interface.
|
IArithmetic<java.lang.Double,java.lang.Short,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Double arg1,
java.lang.Short arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Double, Short, Double> interface.
|
IFunc2Arg<java.lang.Double,java.lang.Double,java.lang.Boolean> |
GetCompareAdaptor()
Returns an instance that implements the IFunc2Arg<Double, Double, Boolean> interface.
|
INumeric<java.lang.Double> |
GetNumericAdaptor()
Returns an instance that implements the INumeric<Double> interface.
|
IStreamable<java.lang.Double> |
GetStreamAdaptor()
Returns an instance that implements the IStreamable<Double> interface.
|
public IStreamable<java.lang.Double> GetStreamAdaptor()
public INumeric<java.lang.Double> GetNumericAdaptor()
public IFunc2Arg<java.lang.Double,java.lang.Double,java.lang.Boolean> GetCompareAdaptor()
public IArithmetic<java.lang.Double,java.lang.Byte,java.lang.Double> GetArithmeticAdaptor(java.lang.Double arg1, java.lang.Byte arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Double,java.lang.Character,java.lang.Double> GetArithmeticAdaptor(java.lang.Double arg1, java.lang.Character arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Double,java.lang.Double,java.lang.Double> GetArithmeticAdaptor(java.lang.Double arg1, java.lang.Double arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Double,java.lang.Float,java.lang.Double> GetArithmeticAdaptor(java.lang.Double arg1, java.lang.Float arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Double,java.lang.Integer,java.lang.Double> GetArithmeticAdaptor(java.lang.Double arg1, java.lang.Integer arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Double,java.lang.Long,java.lang.Double> GetArithmeticAdaptor(java.lang.Double arg1, java.lang.Long arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Double,java.lang.Short,java.lang.Double> GetArithmeticAdaptor(java.lang.Double arg1, java.lang.Short arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.