Class Reference for E1039 Core & Analysis Software
VariableArrayUtils.h
Go to the documentation of this file.
1 #ifndef VARIABLEARRAYUTILS_H__
2 #define VARIABLEARRAYUTILS_H__
3 
5 {
6  public:
7  static short FloatToShortBits(const float rval);
8  static float ShortBitsToFloat(const short ival);
9 };
10 
11 #endif
12 
static short FloatToShortBits(const float rval)
static float ShortBitsToFloat(const short ival)