DoubleValue constructor

DoubleValue()

Constructor.

def __init__(self):
    ...

DoubleValue(value, unit)

Constructor.

def __init__(self, value, unit):
    ...
Parameter Type Description
value float
unit MeasureConst

See Also