float_value property

float_value property

Gets or sets the float value.

Definition:

@property
def float_value(self):
    ...
@float_value.setter
def float_value(self, value):
    ...

See Also