|
ScalarElementSetUInt4 Method
|
Sets the value of this scalar as a 32-bit unsigned integer.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public void SetUInt4(
uint value
)
Public Sub SetUInt4 (
value As UInteger
)
member SetUInt4 :
value : uint32 -> unit
function SetUInt4(value);
View SourceParameters
- value UInt32
- The new value as a 32-bit unsigned integer.
See Also