MemoryMappedViewAccessor: ReadDouble

ReadDouble

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



 Public Function ReadDouble(
	  ByVal Position As Long ) As Double

Parameters

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

Return Values

Double -  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