public class FloatAdaptor
extends java.lang.Object
| Constructor and Description |
|---|
FloatAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
IArithmetic<java.lang.Float,java.lang.Byte,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Byte arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Float, Byte, Double> interface.
|
IArithmetic<java.lang.Float,java.lang.Byte,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Byte arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Float, Byte, Float> interface.
|
IArithmetic<java.lang.Float,java.lang.Character,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Character arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Float, Character, Double> interface.
|
IArithmetic<java.lang.Float,java.lang.Character,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Character arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Float, Character, Float> interface.
|
IArithmetic<java.lang.Float,java.lang.Double,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Double arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Float, Double, Double> interface.
|
IArithmetic<java.lang.Float,java.lang.Float,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Float arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Float, Float, Double> interface.
|
IArithmetic<java.lang.Float,java.lang.Float,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Float arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Float, Float, Float> interface.
|
IArithmetic<java.lang.Float,java.lang.Integer,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Integer arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Float, Integer, Double> interface.
|
IArithmetic<java.lang.Float,java.lang.Integer,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Integer arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Float, Integer, Float> interface.
|
IArithmetic<java.lang.Float,java.lang.Long,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Long arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Float, Long, Double> interface.
|
IArithmetic<java.lang.Float,java.lang.Long,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Long arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Float, Long, Float> interface.
|
IArithmetic<java.lang.Float,java.lang.Short,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Short arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Float, Short, Double> interface.
|
IArithmetic<java.lang.Float,java.lang.Short,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Float arg1,
java.lang.Short arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Float, Short, Float> interface.
|
IFunc2Arg<java.lang.Float,java.lang.Float,java.lang.Boolean> |
GetCompareAdaptor()
Returns an instance that implements the IFunc2Arg<Float, Float, Boolean> interface.
|
INumeric<java.lang.Float> |
GetNumericAdaptor()
Returns an instance that implements the INumeric<Float> interface.
|
IStreamable<java.lang.Float> |
GetStreamAdaptor()
Returns an instance that implements the IStreamable<Float> interface.
|
public IStreamable<java.lang.Float> GetStreamAdaptor()
public INumeric<java.lang.Float> GetNumericAdaptor()
public IFunc2Arg<java.lang.Float,java.lang.Float,java.lang.Boolean> GetCompareAdaptor()
public IArithmetic<java.lang.Float,java.lang.Byte,java.lang.Double> GetArithmeticAdaptor(java.lang.Float 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.Float,java.lang.Byte,java.lang.Float> GetArithmeticAdaptor(java.lang.Float arg1, java.lang.Byte arg2, java.lang.Float 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.Float,java.lang.Character,java.lang.Double> GetArithmeticAdaptor(java.lang.Float 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.Float,java.lang.Character,java.lang.Float> GetArithmeticAdaptor(java.lang.Float arg1, java.lang.Character arg2, java.lang.Float 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.Float,java.lang.Double,java.lang.Double> GetArithmeticAdaptor(java.lang.Float 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.Float,java.lang.Float,java.lang.Double> GetArithmeticAdaptor(java.lang.Float 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.Float,java.lang.Float,java.lang.Float> GetArithmeticAdaptor(java.lang.Float arg1, java.lang.Float arg2, java.lang.Float 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.Float,java.lang.Integer,java.lang.Double> GetArithmeticAdaptor(java.lang.Float 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.Float,java.lang.Integer,java.lang.Float> GetArithmeticAdaptor(java.lang.Float arg1, java.lang.Integer arg2, java.lang.Float 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.Float,java.lang.Long,java.lang.Double> GetArithmeticAdaptor(java.lang.Float 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.Float,java.lang.Long,java.lang.Float> GetArithmeticAdaptor(java.lang.Float arg1, java.lang.Long arg2, java.lang.Float 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.Float,java.lang.Short,java.lang.Double> GetArithmeticAdaptor(java.lang.Float 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.public IArithmetic<java.lang.Float,java.lang.Short,java.lang.Float> GetArithmeticAdaptor(java.lang.Float arg1, java.lang.Short arg2, java.lang.Float 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.