Click or drag to resize

VectorElementGetReal8 Method

Gets a value in this vector as a 64-bit floating point number.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public double GetReal8(
	int index
)
View Source

Parameters

index  Int32
The index of the value.

Return Value

Double
The value as a 64-bit floating point number.
See Also