sidl
Class Double.Holder
- Double
public static class Double.Holder
extends java.lang.Object
This is the holder inner class for inout and out arguments for
type Double
.
Holder() - Create a holder class with an empty holdee object.
|
Holder(double obj) - Create a holder with the specified object.
|
double | get() - Get the value of the holdee object.
|
void | set(double obj) - Set the value of the holdee object.
|
Holder
public Holder()
Create a holder class with an empty holdee object.
Holder
public Holder(double obj)
Create a holder with the specified object.
get
public double get()
Get the value of the holdee object.
set
public void set(double obj)
Set the value of the holdee object.