2024-04-14 06:10 PM
hi I would like to know what does the f means in both 1000.0f and 2000.f ? anyone can kindly advise?
ScalingFactor = 1000.0f/32768.0f;
ScalingFactor = 2000.0f/32768.0f;
2024-04-14 06:16 PM
It means it is treated as a float constant
Like "ul" would be an unsigned long