float_to_str
- Синтаксис
-
native float_to_str(Float:fl, string[], len);
Переменная | Описание |
---|---|
fl |
Floating point number to convert. |
string |
Buffer to store string in. |
len |
Maximum length of string buffer. |
- Описание
- Converts a floating point number to a string.
- Возвращает
- Number of cells written to buffer.