| Ivi.Visa Namespace > IMessageBasedFormattedIO Interface : ReadBinaryBlockOfDouble Method |
| Overload | Description |
|---|---|
| ReadBinaryBlockOfDouble() | Read an array of double precision reals from the formatted I/O read buffer. |
| ReadBinaryBlockOfDouble(Boolean) | Read an array of double precision reals from the formatted I/O read buffer. |
| ReadBinaryBlockOfDouble(Double[],Int64,Int64) | Read an array of double precision reals from the formatted I/O read buffer and store a maximum of count elements into data starting at index |
| ReadBinaryBlockOfDouble(Double[],Int64,Int64,Boolean) | Read an array of double precision reals from the formatted I/O read buffer and store a maximum of count elements into data starting at index |
If BinaryEncoding = DefiniteLengthBlockData or BinaryEncoding = IndefiniteLengthBlockData: The ReadBinaryBlockOfDouble method exhibits the same behavior as Scanf("%Zb", out result ), which returns result.
If BinaryEncoding = RawBigEndian or BinaryEncoding = RawLittleEndian: The ReadBinaryBlockOfDouble method for raw big endian arrays or raw little endian arrays and the corresponding Scanf format specifiers (%!obZy or %!olZy) are not supported at this time.
Current with Keysight IO Libraries Suite 18