数値の丸め
0.5単位 #include <math.h> double result = round(value * 2) / 2; 0.1単位 #include <math.h>...
0
0
Comment0
2 search resultsShowing 1~2 results
You need to log-in
0.5単位 #include <math.h> double result = round(value * 2) / 2; 0.1単位 #include <math.h>...
MFCでの文字列変換 (std::string → CStringW) CStringW cstw; CStringA csta; std::wstring wstr; std::string ...
2 search resultsShowing 1~2 results
Qiita is a knowledge sharing service for engineers.