Click or drag to resize

VectorElementSetInt1 Method

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

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

Parameters

index  Int32
The index of the value.
value  SByte
The new value of an 8-bit signed integer.
See Also