| 
            
              ScalarElementGetUInt4 Method
             | 
          
        
        
            Gets the value of this scalar as a 32-bit unsigned integer.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
SyntaxPublic Function GetUInt4 As UInteger
public:
unsigned int GetUInt4()
member GetUInt4 : unit -> uint32 
 View SourceReturn Value
UInt32The value as a 32-bit unsigned integer.
See Also