|
VectorElementSetUInt2 Method
|
Sets a value in this vector as a 16-bit unsigned integer.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public void SetUInt2(
int index,
ushort value
)
member SetUInt2 :
index : int *
value : uint16 -> unit
function SetUInt2(index, value);
View SourceParameters
- index Int32
- The index of the value.
- value UInt16
- The new value of a 16-bit unsigned integer.
See Also