|
VectorElementGetUInt4 Method
|
Gets a value in this vector as a 32-bit unsigned integer.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax function GetUInt4(index);
View SourceParameters
- index Int32
- The index of the value.
Return Value
UInt32The value as a 32-bit unsigned integer.
See Also