LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Use of dot Net operators in LabVIEW

Anybody know if there's a way to use .Net operators in LabVIEW?  In particular, I have a situation where it would be useful to use typeof().  I know that I can call GetType() on an object, but I don't want to instantiate an object just to get a class type.

0 Kudos
Message 1 of 3
(2,242 Views)

Hi,

 

Yes you can, see code below.

 

Regards,

 

Greg H.

Applications Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,210 Views)

An operator is a built-in part of a language, not a function you can call from somewhere else - so no, you can't call an operator from another language.  It's misleading to call it a .NET operator since it's not part of the .NET framework, it's part of whatever language you're using to program within that framework. 

0 Kudos
Message 3 of 3
(2,207 Views)