|   | VectorElementGetInt1 Method | 
        
        
            Gets a value in this vector as an 8-bit signed integer.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic sbyte GetInt1(
	int index
)
Public Function GetInt1 ( 
	index As Integer
) As SByte
public:
signed char GetInt1(
	int index
)
member GetInt1 : 
        index : int -> sbyte Parameters
- index  Int32
- The index of the value.
Return Value
SByteThe value as an 8-bit signed integer.
 See Also
See Also