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