Obj2Values constructor

init

Initializes a new instance of the Obj2Values class.

def __init__(self):
    ...

init

Initializes a new instance of the Obj2Values class.

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

See Also