Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

is_logical (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: membership

Requires: MathScript RT Module

Syntax

c = is_logical(a)

Legacy Name: islogical

Description

Determines whether a matrix is Boolean.

Examples

Inputs

Name Description
a Specifies a scalar, vector, or matrix of any data type.

Outputs

Name Description
c Returns 1 if a is a Boolean matrix. Otherwise, this function returns 0. c is a Boolean.

Examples

A = 'TEST'
C = is_logical(A)

B = true
D = is_logical(B)

Related Topics

double
is_char
is_real
single


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit