Click or drag to resize

VectorElementGet Method

Gets the value at the given index as the physical type defined by TypeOfValue and returns it as a generic Object.

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

Parameters

index  Int32
The index of the value to be retrieved.

Return Value

Object
The value that was retrieved from the vector.
See Also