MemoryMappedViewAccessor: ReadSingle

ReadSingle

Reads a single-precision floating-point value from the accessor.



 Public Function ReadSingle(
	  ByVal Position As Long ) As Single

Parameters

Position
[ByVal] Long. The number of bytes into the accessor at which to begin reading.

Return Values

Single -  The value that was read.

Exceptions

Exception Condition
ArgumentExceptionThere are not enough bytes after Position to read a value.
ArgumentOutOfRangeExceptionPosition is less than zero or greater than the capacity of the accessor.
NotSupportedExceptionThe accessor does not support reading.

See Also

Project CorLib Overview

Class MemoryMappedViewAccessor Overview