The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Fixed Point Equality

SercoSteveB
Active Participant

What is the value of 'Boolean Out 2' following execution of the VI?

Data Types 20_08_2014.png

a) TRUE

b) FALSE

Comments
crossrulz
Knight of NI

A


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
MrStevenUND
Member

A.

From http://zone.ni.com/reference/en-XX/help/371361H-01/lvconcepts/numeric_data/#FXP_overflow:

When you use the Comparison functions to compare fixed-point numbers, LabVIEW ignores the overflow status and compares only the numbers. For example, if you use the Equal? function to compare a fixed-point value of 1.5 with an overflow status of TRUE to a fixed-point value of 1.5 with no overflow status, LabVIEW returns TRUE.

mini09
Active Participant

Initially my suggestion was B, After MrStevenUND post I go with A.

Thank you MrStevenUND

Ihab
Member

A

SercoSteveB
Active Participant

Answer: A.  Nice one crossrulz, MrStevenUND, gnshmrthy & Ihab

Nice snippet of info MrStevenUND thanks.