Obj3Values constructor

init

Initializes a new instance of the Obj3Values class.

def __init__(self):
    ...

init

Initializes a new instance of the Obj3Values class.

def __init__(self, val1, val2, val3):
    ...
ParameterTypeDescription
val1floatThe val1.
val2floatThe val2.
val3floatThe val3.

See Also