Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Using External Code in LabVIEW.pdf
Скачиваний:
49
Добавлен:
29.05.2015
Размер:
1.85 Mб
Скачать

Chapter 6 Function Descriptions

IsLower

Bool32 IsLower(c);

Purpose

Returns TRUE if the character c is a lowercase letter, that is, in the set a to z. In SPARCstation, this function also returns TRUE for lowercase international characters, such as ó, ö, and so on.

Parameters

Name

Type

Description

 

 

 

 

 

 

c

uChar

Character you want to analyze.

 

 

 

Return Value

Bool32, which can contain the following values:

TRUE

Character is a lowercase letter.

FALSE

Otherwise.

Using External Code in LabVIEW

6-128

www.ni.com

Chapter 6 Function Descriptions

IsUpper

Bool32 IsUpper(c);

Purpose

Returns TRUE if the character c is between an uppercase letter, that is, in the set A to Z. In SPARCstation, this function also returns TRUE for uppercase international characters, such as Ó, Ä, and so on.

Parameters

Name

Type

Description

 

 

 

 

 

 

c

uChar

Character you want to analyze.

 

 

 

Return Value

Bool32, which can contain the following values:

TRUE

Character is an uppercase letter.

FALSE

Otherwise.

© National Instruments Corporation

6-129

Using External Code in LabVIEW

Chapter 6 Function Descriptions

Lo16

Macro

int16 Lo16(x);

Purpose

Returns the low order int16 of an int32.

Parameters

Name

Type

Description

 

 

 

 

 

 

x

int32

int32 for which you want to determine the

 

 

low int16.

 

 

 

Using External Code in LabVIEW

6-130

www.ni.com

Chapter 6 Function Descriptions

LoByte

Macro

int8 LoByte(x);

Purpose

Returns the low order int8 of an int16.

Parameters

Name

Type

Description

 

 

 

 

 

 

x

int16

int16 for which you want to determine the

 

 

low int8.

 

 

 

© National Instruments Corporation

6-131

Using External Code in LabVIEW

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]