|
ScalarElementSetInt4 Method
|
Sets the value of this scalar as a 32-bit signed integer.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public void SetInt4(
int value
)
Public Sub SetInt4 (
value As Integer
)
public:
void SetInt4(
int value
)
member SetInt4 :
value : int -> unit
View SourceParameters
- value Int32
- The new value as a 32-bit signed integer.
See Also