| 
            
              VectorElementSetReal8 Method
             | 
          
        
        
            Sets a value in this vector as a 64-bit floating point number.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
Syntaxpublic void SetReal8(
	int index,
	double value
)
Public Sub SetReal8 ( 
	index As Integer,
	value As Double
)
public:
void SetReal8(
	int index, 
	double value
)
member SetReal8 : 
        index : int * 
        value : float -> unit function SetReal8(index, value);
 View SourceParameters
- index  Int32
 - The index of the value.
 - value  Double
 - The new value of a 64-bit floating point number.
 
See Also