|
VectorElementGetValues Method
|
Gets 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 byte[] GetValues()
Public Function GetValues As Byte()
member GetValues : unit -> byte[]
View SourceReturn Value
ByteThe raw bytes of the values contained by this vector.
See Also