C# Class Extensions.ByteExtensions

Show file Open project: h07r0d/Netduino-Aquarium-Controller

Public Methods

Method Description
ToDecimal ( this _val ) : int

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

Method Details

ToDecimal() public static method

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