|
VectorElementGetUInt1 Method
|
Gets a value in this vector as an 8-bit unsigned integer.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.248-beta
Syntaxpublic byte GetUInt1(
int index
)
Public Function GetUInt1 (
index As Integer
) As Byte
public:
unsigned char GetUInt1(
int index
)
member GetUInt1 :
index : int -> byte
function GetUInt1(index);
View SourceParameters
- index Int32
- The index of the value.
Return Value
ByteThe value as an 8-bit unsigned integer.
See Also