// Output a formatted float to the log file. // - nWidth should be a value from 0 to 18 inclusive. // - nDecimals should be a value from 0 to 9 inclusive. void PrintFloat(float fFloat, int nWidth=18, int nDecimals=9);
// Output a formatted float to the log file. // - nWidth should be a value from 0 to 18 inclusive. // - nDecimals should be a value from 0 to 9 inclusive. void PrintFloat(float fFloat, int nWidth=18, int nDecimals=9);