|
ScalarElementSetInt1 Method
|
Sets the value of this scalar as an 8-bit signed integer.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public void SetInt1(
sbyte value
)
Public Sub SetInt1 (
value As SByte
)
member SetInt1 :
value : sbyte -> unit
View SourceParameters
- value SByte
- The new value as an 8-bit signed integer.
See Also