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