|
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.248-beta
Syntaxpublic uint GetUInt4(
int index
)
Public Function GetUInt4 (
index As Integer
) As UInteger
public:
unsigned int GetUInt4(
int index
)
member GetUInt4 :
index : int -> uint32
function GetUInt4(index);
View SourceParameters
- index Int32
- The index of the value.
Return Value
UInt32The value as a 32-bit unsigned integer.
See Also