Collected constants of very general utility.  
 More...
 | 
| const float  | FLOAT_32768 = 32768f | 
|   | Float value of 32768.  
  | 
|   | 
| const float  | FLOAT_TOLERANCE = 0.0001f | 
|   | Float tolerance (for comparisons).  
  | 
|   | 
| const string  | PATH_DELIMITER_WINDOWS | 
|   | Path delimiter for Windows.  
  | 
|   | 
| static CultureInfo  | CurrentCulture = CultureInfo.CurrentCulture | 
|   | The current culture of the application.///.  
  | 
|   | 
| static string  | COMPANY = "crosstales LLC" | 
|   | Company owning the software.  
  | 
|   | 
| static string  | COMPANY_URL = "https://www.crosstales.com/" | 
|   | URL of the company.  
  | 
|   | 
| static string  | COMPANY_EMAIL = "welcome@crosstales.com" | 
|   | URL of the company.  
  | 
|   | 
| static string  | CMD_WINDOWS_PATH = @"C:\Windows\system32\cmd.exe" | 
|   | Path to the cmd under Windows.  
  | 
|   | 
Collected constants of very general utility. 
 
◆ CMD_WINDOWS_PATH
  
  
      
        
          | string BogaNet.Constants.CMD_WINDOWS_PATH = @"C:\Windows\system32\cmd.exe" | 
         
       
   | 
  
static   | 
  
 
Path to the cmd under Windows. 
 
 
◆ COMPANY
  
  
      
        
          | string BogaNet.Constants.COMPANY = "crosstales LLC" | 
         
       
   | 
  
static   | 
  
 
Company owning the software. 
 
 
◆ COMPANY_EMAIL
  
  
      
        
          | string BogaNet.Constants.COMPANY_EMAIL = "welcome@crosstales.com" | 
         
       
   | 
  
static   | 
  
 
 
◆ COMPANY_URL
  
  
      
        
          | string BogaNet.Constants.COMPANY_URL = "https://www.crosstales.com/" | 
         
       
   | 
  
static   | 
  
 
 
◆ CurrentCulture
  
  
      
        
          | CultureInfo BogaNet.Constants.CurrentCulture = CultureInfo.CurrentCulture | 
         
       
   | 
  
static   | 
  
 
The current culture of the application.///. 
 
 
◆ FLOAT_32768
  
  
      
        
          | const float BogaNet.Constants.FLOAT_32768 = 32768f | 
         
       
   | 
  
static   | 
  
 
 
◆ FLOAT_TOLERANCE
  
  
      
        
          | const float BogaNet.Constants.FLOAT_TOLERANCE = 0.0001f | 
         
       
   | 
  
static   | 
  
 
Float tolerance (for comparisons). 
 
 
◆ PATH_DELIMITER_WINDOWS
  
  
      
        
          | const string BogaNet.Constants.PATH_DELIMITER_WINDOWS | 
         
       
   | 
  
static   | 
  
 
Path delimiter for Windows. 
 
 
◆ PREFIX_FILE
  
  
      
        
          | string BogaNet.Constants.PREFIX_FILE | 
         
       
   | 
  
staticget   | 
  
 
 
The documentation for this class was generated from the following file:
- /Users/stefanlaubenberger/Projects/CSharp/BogaNet/BogaNet.Common/Constants.cs