-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
In order to experiment with cellular fields, we need to add support for floating point properties.
- Add
FloatProperty
class - Implement float -> int packing
- Implement int -> float unpacking
- Provide automatic type casting in mixed float/int expressions (optional)
- Cover new functionality by unit tests
- Write an example using float property