is_double property

is_double property

Returns true if value is floating point value.

Definition:

@property
def is_double(self):
    ...

See Also