|
VectorElementSetUInt1 Method
|
Sets a value in this vector as an 8-bit unsigned integer.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public void SetUInt1(
int index,
byte value
)
Public Sub SetUInt1 (
index As Integer,
value As Byte
)
member SetUInt1 :
index : int *
value : byte -> unit
function SetUInt1(index, value);
View SourceParameters
- index Int32
- The index of the value.
- value Byte
- The new value of an 8-bit unsigned integer.
See Also