티스토리 뷰

Delphi

function Ord(X: Ordinal): Byte;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.pas

System

System

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)' 등과 같은 수)

ordinal

1. (동식물 분류상의) ()
2.
차례를 나타내는, 서수의
3.
서수(cf. CARDINAL)

 

출처: 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
링크
«   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
글 보관함