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보다 작거나 접근자의 용량보다 큰 경우

접근자가 읽기를 지원하지 않는 경우

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

적용 대상