CString Value; int precision = 8; double number = 50.634765625; String^ RetValue; Value.Format(_T("%.*f"), precision, number); RetValue ...
確定! 回上一頁