JASS Help

I2R

native I2R takes [[[integer|integer.html]]] i returns [[[real|real.html]]]

Преобразует целое число в вещественное.

function [[[main|main.html]]] takes [[[nothing|nothing.html]]] returns [[[nothing|nothing.html]]] call ConsolePrint([[[R2S|r2s.html]]](I2R(3))) // 3.000 endfunction
Last modified: 22 October 2024