티스토리 뷰
Delphi
function Int(const X: Extended): Extended;
C++
extern PACKAGE Extended __fastcall Int(const Extended X);
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.pas System.hpp |
Description
Returns the integer part of a real number.
In Delphi code, Int returns the integer part of X
That is, X rounded toward zero.
X is a real-type expression.
실수의 정수 부분을 반환합니다.
델파이 코드에서 Int는 X의 정수 부분을 반환합니다.
즉, X는 0으로 반올림됩니다.
X는 실수형 표현입니다.
Example
var Num: Single;
begin Num := Int(3.14);
// 결과: 3.00000000000000E+0000 Writeln(Num); Readln; end. |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Int
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.Rewrite (0) | 2017.03.23 |
---|---|
[Reference] System.SysUtils.DecodeDate (0) | 2017.03.22 |
[Reference] System.SysUtils.ExtractFileName (0) | 2017.03.20 |
[Reference] System.Include (0) | 2017.03.19 |
[Reference] System.Sqrt (0) | 2017.03.18 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 일기
- 알고리즘
- tdataset
- Delphi
- RA
- 문법
- 대상
- 응용
- System
- SysUtils
- 상황
- 스택
- 왕초보 영어회화 100일의 기적
- wfd
- VCL
- 설명
- 정렬
- 작문
- 여행영어 100일의 기적
- 영어
- Reference
- java
- 독해
- Pte
- SWT
- 교육센터
- 계산기
- 자료구조
- 말하기
- ADODB
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함