Gets the binary body image of the FrequencyValueBase object.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected override byte[] BodyImage { get; }
Protected Overrides ReadOnly Property BodyImage As Byte() Get
protected: virtual property array<unsigned char>^ BodyImage { array<unsigned char>^ get () override; }
Remarks
The base implementation assumes fixed integer values are represented as 16-bit signed
integers and floating point values are represented as 32-bit single-precision floating-point
values (i.e., short and float data types respectively).