|
ScalarElementSetUInt2 Method
|
Sets the value of this scalar 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(
ushort value
)
Public Sub SetUInt2 (
value As UShort
)
member SetUInt2 :
value : uint16 -> unit
function SetUInt2(value);
View SourceParameters
- value UInt16
- The new value as a 16-bit unsigned integer.
See Also