|
VectorElementSetInt2 Method
|
Sets a value in this vector as a 16-bit signed integer.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public void SetInt2(
int index,
short value
)
public:
void SetInt2(
int index,
short value
)
member SetInt2 :
index : int *
value : int16 -> unit
function SetInt2(index, value);
View SourceParameters
- index Int32
- The index of the value.
- value Int16
- The new value of a 16-bit signed integer.
See Also