티스토리 뷰

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

System

System

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.

 

실수의 정수 부분을 반환합니다.

델파이 코드에서 IntX의 정수 부분을 반환합니다.

, 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
링크
«   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
글 보관함