public class Obj3Values extends Obj2Values
Obj3Values class
Constructor and Description |
---|
Obj3Values()
Initializes a new instance of the
Obj3Values class. |
Obj3Values(double val1,
double val2,
double val3)
Initializes a new instance of the
Obj3Values class. |
Modifier and Type | Method and Description |
---|---|
double |
getVal3()
Gets or sets the val3.
|
void |
setVal3(double value)
Gets or sets the val3.
|
getVal1, getVal2, setVal1, setVal2
public Obj3Values()
Initializes a new instance of the Obj3Values
class.
public Obj3Values(double val1, double val2, double val3)
Initializes a new instance of the Obj3Values
class.
val1
- The val1.val2
- The val2.val3
- The val3.