Click or drag to resize

ScalarElementSetInt1 Method

Sets the value of this scalar as an 8-bit signed integer.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void SetInt1(
	sbyte value
)
View Source

Parameters

value  SByte
The new value as an 8-bit signed integer.
See Also