Click or drag to resize

VectorElementGetUInt2 Method

Gets a value in this vector as a 16-bit unsigned integer.

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

Parameters

index  Int32
The index of the value.

Return Value

UInt16
The value as a 16-bit unsigned integer.
See Also