#include <OgreLwString.h>
|  | 
|  | Float (float value, int precision=-1, int minWidth=-1) | 
|  | 
◆ Float()
  
  | 
        
          | Ogre::LwString::Float::Float | ( | float | value, |  
          |  |  | int | precision = -1, |  
          |  |  | int | minWidth = -1 |  
          |  | ) |  |  |  | inline | 
 
- Parameters
- 
  
    | value | float value to convert. |  | precision | Controls truncation/rounding. Example: value = 1.56 precision = 1 prints "1.6" |  | minWidth | Controls the minimum width of the decimals. Example: value = 1.5 minWidth = 2 prints "1.50" |  
 
 
 
◆ mMinWidth
      
        
          | int Ogre::LwString::Float::mMinWidth | 
      
 
 
◆ mPrecision
      
        
          | int Ogre::LwString::Float::mPrecision | 
      
 
 
◆ mValue
      
        
          | float Ogre::LwString::Float::mValue | 
      
 
 
The documentation for this struct was generated from the following file: