|   | VectorElementSetInt1 Method | 
        
        
            Sets 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 void SetInt1(
	int index,
	sbyte value
)
Public Sub SetInt1 ( 
	index As Integer,
	value As SByte
)
public:
void SetInt1(
	int index, 
	signed char value
)
member SetInt1 : 
        index : int * 
        value : sbyte -> unit function SetInt1(index, value);
Parameters
- index  Int32
- The index of the value.
- value  SByte
- The new value of an 8-bit signed integer.
 See Also
See Also