Skip to main content
Visitor II
April 15, 2024
Question

C data - 1000.0f

  • April 15, 2024
  • 1 reply
  • 808 views

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;

 

    This topic has been closed for replies.

    1 reply

    Graduate II
    April 15, 2024

    It means it is treated as a float constant

    Like "ul" would be an unsigned long