| 
            
              VectorElementSetInt4 Method
             | 
          
        
        
            Sets 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 void SetInt4(
	int index,
	int value
)
Public Sub SetInt4 ( 
	index As Integer,
	value As Integer
)
public:
void SetInt4(
	int index, 
	int value
)
member SetInt4 : 
        index : int * 
        value : int -> unit function SetInt4(index, value);
 View SourceParameters
- index  Int32
 - The index of the value.
 - value  Int32
 - The new value of a 32-bit signed integer.
 
See Also