|
VectorElementSetInt1 Method
|
Sets a value in this vector 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(
int index,
sbyte value
)
member SetInt1 :
index : int *
value : sbyte -> unit
function SetInt1(index, value);
View SourceParameters
- index Int32
- The index of the value.
- value SByte
- The new value of an 8-bit signed integer.
See Also