티스토리 뷰

System.Round

Up to Parent: System

Delphi

function Round(X: Real): Int64;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.pas

System

System

 

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 modermNearest입니다. 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

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
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
글 보관함