UnmanagedMemoryAccessor.ReadDecimal(Int64) 메서드

정의

접근자에서 10진수 값을 읽습니다.

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 가 0보다 작거나 접근자의 용량보다 큽니다.

접근자가 읽기를 지원하지 않습니다.

접근자가 삭제되었습니다.

적용 대상