티스토리 뷰

Delphi

function Pred(X: Ordinal): Integer;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.pas

System

System

Description

Returns the predecessor of the argument.

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

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

 

인수의 이전 값을 반환합니다.

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

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

 

Example

var

  IntNum: Integer;

 

begin

  IntNum := 1;

 

  // 결과: 0

  Writeln(Pred(IntNum));

  Readln;

end.

 

predecessor 미국식 [|predəsesə(r)]   영국식 [|pri:dɪsesə(r)]   중요

1. 전임자
2.
이전 것

 

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

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

[Reference] System.GetMem  (0) 2017.04.06
[Reference] System.SysUtils.FindClose  (0) 2017.04.05
[Reference] System.SysUtils.StrCat  (0) 2017.04.03
[Reference] System.Succ  (0) 2017.04.02
[Reference] System.SizeOf  (0) 2017.04.01
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함