|
VectorElementSetValues Method
|
Sets the raw bytes of the values contained by this vector.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public void SetValues(
byte[] values,
int offset
)
Public Sub SetValues (
values As Byte(),
offset As Integer
)
member SetValues :
values : byte[] *
offset : int -> unit
function SetValues(values, offset);
View SourceParameters
- values Byte
- The array that contains the raw bytes.
- offset Int32
- The offset into the array at which the values start.
See Also