11-13-2007 12:38 AM
11-13-2007 01:06 AM
11-13-2007 01:57 AM
11-13-2007 02:26 AM
There is no math, these are atomic operations.
Basically, in simpleste terms everything is just a string of bits. You need to know what is is supposed to be. Typecasting allows us to interpret the bits according to the conventions of the data type representation. LabVIEW is always big endian. There are many other ways to do it.
If the string were already SGL in big endian, all we would neeed to do is cast it directly to SGL and skip all other operations.