Obj2Values

Obj2Values class

Constructors

ConstructorDescription
Obj2Values()Initializes a new instance of the Obj2Values class.
Obj2Values(double val1, double val2)Initializes a new instance of the Obj2Values class.

Methods

MethodDescription
getVal1()Gets or sets the val1.
setVal1(double value)Gets or sets the val1.
getVal2()Gets or sets the val2.
setVal2(double value)Gets or sets the val2.

Obj2Values()

public Obj2Values()

Initializes a new instance of the Obj2Values class.

Obj2Values(double val1, double val2)

public Obj2Values(double val1, double val2)

Initializes a new instance of the Obj2Values class.

Parameters:

ParameterTypeDescription
val1doubleThe val1.
val2doubleThe val2.

getVal1()

public final double getVal1()

Gets or sets the val1.

Returns: double - The val1.

setVal1(double value)

public final void setVal1(double value)

Gets or sets the val1.

Parameters:

ParameterTypeDescription
valuedoubleThe val1.

getVal2()

public final double getVal2()

Gets or sets the val2.

Returns: double - The val2.

setVal2(double value)

public final void setVal2(double value)

Gets or sets the val2.

Parameters:

ParameterTypeDescription
valuedoubleThe val2.