C# Class Extensions.IntExtensions

Afficher le fichier Open project: h07r0d/Netduino-Aquarium-Controller Class Usage Examples

Méthodes publiques

Méthode Description
ToBcd ( this _val ) : byte

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

Method Details

ToBcd() public static méthode

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