You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, tried to create float number in idlvsr program like energyThreshold(10.5), but getting exception while running the program.
i think it will be good to add support of float numbers.
The text was updated successfully, but these errors were encountered:
dear rrkotik,
Thank you for your suggestion.
the native support to floating numbers is planned, even if we don't have a
release date yet.
in the meantime, you can overcome the problem by:
- normalizing the values (e.g., by multiplying all floating numbers by a
fixed value properly chosen) in the input, and taking it into account while
processing output
- treat them as strings and properly create external built-ins for
managing them.
please feel free to contact us for further information.
ciao
f
hi, tried to create float number in idlvsr program like energyThreshold(10.5), but getting exception while running the program.
i think it will be good to add support of float numbers.
The text was updated successfully, but these errors were encountered: