| 
            
              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
Syntaxpublic byte[] GetValues()
Public Function GetValues As Byte()
public:
array<unsigned char>^ GetValues()
member GetValues : unit -> byte[] 
 View SourceReturn Value
ByteThe raw bytes of the values contained by this vector.
See Also