|   | VectorElementGetValues Method | 
        
        
            Gets the raw bytes of the values contained by this vector.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic byte[] GetValues()
Public Function GetValues As Byte()
public:
array<unsigned char>^ GetValues()
member GetValues : unit -> byte[] 
Return Value
ByteThe raw bytes of the values contained by this vector.
 See Also
See Also