UnmanagedMemoryAccessor.ReadDecimal(Int64) 方法

定义

从访问器读取一个小数值。

public:
 System::Decimal ReadDecimal(long position);
public decimal ReadDecimal (long position);
member this.ReadDecimal : int64 -> decimal
Public Function ReadDecimal (position As Long) As Decimal

参数

position
Int64

访问器中起始读取位置的字节偏移量。

返回

读取的值。

例外

position 后面没有足够的字节数可供读取值。

- 或 -

要读取的小数无效。

position 小于零或大于访问器的容量。

访问器不支持读取。

已释放访问器。

适用于