티스토리 뷰

Delphi

function Succ(X: Ordinal): Integer;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.pas

System

System

Description

Returns the successor of an argument.

In Delphi code, Succ returns the successor of the argument X.

X is an expression of an ordinal type (including Int64).

The result, of the same type as X, is the successor of X.

 

인수의 다음 값을 반환합니다.

Delphi 코드에서 Succ는 인수 X의 다음 값을 반환합니다.

X는 서수 유형 (Int64 포함)의 표현식입니다.

X와 동일한 유형의 결과는 X의 다음 값입니다.

 

Example

var

  IntNum: Integer;

 

begin

  IntNum := 4;

 

  // 결과: 5

  Writeln(Succ(IntNum));

  Readln;

end.

 

successor 미국·영국 [sək|sesə(r)]   영국식   중요

후임자, 계승자; 계승하는 것

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Succ

'프로그래밍 언어 > Delphi' 카테고리의 다른 글

[Reference] System.Pred  (0) 2017.04.04
[Reference] System.SysUtils.StrCat  (0) 2017.04.03
[Reference] System.SizeOf  (0) 2017.04.01
[Reference] System.SysUtils.CompareText  (0) 2017.03.31
[Reference] System.SysUtils.DeleteFile  (0) 2017.03.30
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함