https://emily.shillest.net/ayaya/index.php?マニュアル/関数/TOREAL
TOREAL(string)
_s = '1.00005' // Assign a string _d = TOREAL(_s) _d // The real number 1.000050 is output _i = 1 // Assign an integer _d = TOREAL( _i ) _d // The real number 1.000000 is output
Last modified on: 2012-08-22 (Wednesday) 20:51:21
|