UnmanagedMemoryAccessor::ReadSingle Method (Int64)
.NET Framework (current version)
Reads a single-precision floating-point value from the accessor.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- position
-
Type:
System::Int64
The number of bytes into the accessor at which to begin reading.
| Exception | Condition |
|---|---|
| ArgumentException | There are not enough bytes after position to read a value. |
| ArgumentOutOfRangeException | position is less than zero or greater than the capacity of the accessor. |
| NotSupportedException | The accessor does not support reading. |
| ObjectDisposedException | The accessor has been disposed. |
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.0
Available since 10
.NET Framework
Available since 4.0
Show: