|
VectorElementGetUInt2 Method
|
Gets a value in this vector as a 16-bit unsigned integer.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.248-beta
Syntaxpublic ushort GetUInt2(
int index
)
Public Function GetUInt2 (
index As Integer
) As UShort
public:
unsigned short GetUInt2(
int index
)
member GetUInt2 :
index : int -> uint16
function GetUInt2(index);
View SourceParameters
- index Int32
- The index of the value.
Return Value
UInt16The value as a 16-bit unsigned integer.
See Also