Declare the floating point number y and initialize it with the value of the integer x . ... let y = x as f64; ... float y = (float)x; ...
確定! 回上一頁