is_sequence_of_float
- compas.data.is_sequence_of_float(items)[source]
Verify that the sequence contains only floats.
- Parameters
items (sequence) – The sequence of items.
- Returns
bool
Verify that the sequence contains only floats.
items (sequence) – The sequence of items.
bool