C data - 1000.0f
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-14 6: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;
Labels:
- Labels:
-
STM32F7 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-14 6:16 PM
It means it is treated as a float constant
Like "ul" would be an unsigned long
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
