to_double method

to_double

Returns the property value as double.

def to_double(self):
    ...

Remarks

Throws an exception if the property type is not PropertyType.Float.

See Also