|
ScalarElementSetInt2 Method
|
Sets the value of this scalar as a 16-bit signed integer.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.205-beta
Syntax public void SetInt2(
short value
)
Public Sub SetInt2 (
value As Short
)
public:
void SetInt2(
short value
)
member SetInt2 :
value : int16 -> unit
View SourceParameters
- value Int16
- The new value as a 16-bit signed integer.
See Also