|   | VectorElementGetReal8 Method | 
        
        
            Gets 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
 Syntax
Syntaxpublic double GetReal8(
	int index
)
Public Function GetReal8 ( 
	index As Integer
) As Double
public:
double GetReal8(
	int index
)
member GetReal8 : 
        index : int -> float function GetReal8(index);
Parameters
- index  Int32
- The index of the value.
Return Value
DoubleThe value as a 64-bit floating point number.
 See Also
See Also