티스토리 뷰
Delphi
function Pred(X: Ordinal): Integer;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.pas |
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)] 1. 전임자 |
출처: 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
링크
TAG
- 응용
- 문법
- 여행영어 100일의 기적
- 정렬
- 자료구조
- System
- 일기
- 작문
- 왕초보 영어회화 100일의 기적
- Delphi
- SWT
- 스택
- java
- SysUtils
- 설명
- 영어
- RA
- 알고리즘
- Pte
- 독해
- 대상
- 교육센터
- 말하기
- 상황
- wfd
- Reference
- 계산기
- VCL
- tdataset
- 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 |
글 보관함