How to change type of a property in bin from integer to float on node.js client

Hi,

I am having a property in my bin that was integer but now i want to perform increment operation on the same property with float values but can’t . It is treating float values as integer while incrementing. I am looking for a way so that i can dynamically start incrementing float values to a property that was integer before.

I got the answer. thanks