C# 클래스 Extensions.ByteExtensions

파일 보기 프로젝트 열기: h07r0d/Netduino-Aquarium-Controller

공개 메소드들

메소드 설명
ToDecimal ( this _val ) : int

Takes a Binary-Coded-Decimal value and returns it as an integer value

메소드 상세

ToDecimal() 공개 정적인 메소드

Takes a Binary-Coded-Decimal value and returns it as an integer value
public static ToDecimal ( this _val ) : int
_val this
리턴 int