get_double_value method

get_double_value

Gets the double value of the pivot item If the value is null or not number ,it will return 0

def get_double_value(self):
    ...

See Also