티스토리 뷰
System.Round
Delphi
function Round(X: Real): Int64;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.pas |
Description
Returns the value of X rounded to the integer number.
In Delphi, the Round function / rounds a real-type value to an integer-type value.
X is a real-type expression. Round returns an Int64 value that / is the value of X rounded to an integer number.
The default Rounding mode is rmNearest. / If X is exactly halfway between two integer numbers, / the result is always the even number.
This method of rounding is often called "Banker's rounding."
If the rounded value of X is not within the Int64 range, / a run-time error is generated / that can be handled using the EInvalidOp exception.
Note: The behavior of Round can be affected / by the Set8087CW procedure or System.Math.SetRoundMode function.
X의 값을 정수로 반올림 한 값을 반환합니다.
Delphi에서 Round 함수는 실수형 값을 정수형 값으로 반올림합니다.
X는 실수형 표현입니다. Round는 X 값을 정수로 반올림 한 Int64 값을 반환합니다.
기본 Rounding mode는 rmNearest입니다. X가 정확히 두 정수 사이의 중간에 있으면, 결과는 항상 짝수입니다.
이 라운딩 방법은 흔히 "Banker's rounding"이라고합니다.
X의 반올림된 값이 Int64 범위 내에 있지 않으면, EInvalidOp 예외를 사용하여 처리 할 수 있는 런타임 오류가 생성됩니다.
참고 : Round 동작은 Set8087CW 프로시저 또는 System.Math.SetRoundMode 함수의 영향을 받을 수 있습니다.
within 미국·영국 [wɪ|ðɪn] 1. (특정한 기간) 이내에 2. (특정한 거리) 이내에 3. (범위・한계) 내에 affect(affected) 미국·영국 [ə|fekt] 1. 영향을 미치다 2. (사람이나 신체 부위에) 발생하다; 병이 나게 하다 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Round
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.Length (0) | 2017.01.14 |
---|---|
System.SysUtils.GetEnvironmentVariable (1) | 2017.01.13 |
[Reference] System.Classes.TStrings.LoadFromFile (0) | 2017.01.11 |
[Reference] System.SysUtils.FindFirst (0) | 2017.01.10 |
[Reference] Data.Win.ADODB.TADOConnection.ConnectionString (0) | 2017.01.09 |
- Total
- Today
- Yesterday
- 왕초보 영어회화 100일의 기적
- 문법
- 자료구조
- 정렬
- 상황
- 계산기
- tdataset
- ADODB
- Pte
- java
- 대상
- Delphi
- System
- 응용
- 알고리즘
- wfd
- SysUtils
- 영어
- 작문
- 독해
- 말하기
- 스택
- SWT
- RA
- 교육센터
- 여행영어 100일의 기적
- Reference
- 설명
- 일기
- VCL
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |