C# 클래스 Extensions.IntExtensions

파일 보기 프로젝트 열기: h07r0d/Netduino-Aquarium-Controller 1 사용 예제들

공개 메소드들

메소드 설명
ToBcd ( this _val ) : byte

Takes a Decimal value and converts it into a Binary-Coded-Decimal value

메소드 상세

ToBcd() 공개 정적인 메소드

Takes a Decimal value and converts it into a Binary-Coded-Decimal value
public static ToBcd ( this _val ) : byte
_val this
리턴 byte