Click or drag to resize

VectorElementSetInt4 Method

Sets a value in this vector as a 32-bit signed integer.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void SetInt4(
	int index,
	int value
)
View Source

Parameters

index  Int32
The index of the value.
value  Int32
The new value of a 32-bit signed integer.
See Also