DoubleValue constructor

DoubleValue()

Constructor.

def __init__(self):
    ...

DoubleValue(value, unit)

Constructor.

def __init__(self, value, unit):
    ...
ParameterTypeDescription
valuefloat
unitMeasureConst

See Also