티스토리 뷰
Delphi
function Ord(X: Ordinal): Byte;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.pas |
Description
Returns the ordinal value of an ordinal-type expression.
X is a Delphi ordinal-type expression.
The result is the ordinal position of X; its type is the smallest standard integer type that can hold all values of X's type.
Ord cannot operate on Int64 values.
서수 형식 표현식의 서수 값을 반환합니다.
X는 델파이 서수 형식 표현입니다.
결과는 X의 서수 위치입니다. 그 타입은 X의 모든 값을 가질 수 있는 가장 작은 표준 정수형이다.
Ord는 Int64 값에서 연산 할 수 없습니다.
Example
var Num: Integer;
begin Num := 5;
// 5 Writeln(Ord(Num)); Readln; end. |
ordinal 미국식 [|ɔ:rdənl] 서수(‘첫째(first)', ‘둘째(second)' 등과 같은 수) 1.
(동식물 분류상의) 목(目)의 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Ord
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.SysUtils.FileExists (0) | 2017.03.12 |
---|---|
[Reference] System.Halt (0) | 2017.03.12 |
[Reference] System.SysUtils.Now (0) | 2017.03.09 |
[Reference] System.SysUtils.DirectoryExists (0) | 2017.03.08 |
[Reference] System.Insert (0) | 2017.03.07 |
- Total
- Today
- Yesterday
- System
- 여행영어 100일의 기적
- wfd
- 정렬
- 응용
- 자료구조
- 문법
- 스택
- 교육센터
- SWT
- SysUtils
- ADODB
- 작문
- 대상
- Pte
- RA
- Reference
- 영어
- tdataset
- 왕초보 영어회화 100일의 기적
- 독해
- java
- VCL
- 말하기
- 일기
- 알고리즘
- 상황
- 계산기
- Delphi
- 설명
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |