App/Flutter
[ FLUTTER ] Dart 소수, 정수 처리
HEON.D
2021. 9. 30. 21:36
올림
.ceil()
버림
.floor()
반올림
.round()
소수점 자리 탈락
.toStringAsFixed(자리수)