to_double method

to_double(self)

Returns the property value as double.


def to_double(self):
    ...

Remarks

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

See Also