| 
            
              VectorElementGetInt4 Method
             | 
          
        
        
            Gets a value in this vector as a 32-bit signed integer.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
Syntaxpublic int GetInt4(
	int index
)
Public Function GetInt4 ( 
	index As Integer
) As Integer
public:
int GetInt4(
	int index
)
member GetInt4 : 
        index : int -> int  View SourceParameters
- index  Int32
 - The index of the value.
 
Return Value
Int32The value as a 32-bit signed integer.
See Also