메소드 | 설명 | |
---|---|---|
WriteToChars ( this value, char str, int position ) : int | ||
WriteToChars2 ( this value, char destination, int position ) : int |
메소드 | 설명 | |
---|---|---|
BinToReverseBCD ( this value ) : ulong |
Converts a uint binary value into a BCD value that is encoded in reverse order. This means what was the Most Significant Digit is now the lease significant digit.
|
|
MeasureDigits ( uint value ) : int | ||
strreverse ( char begin, char end ) : void |
public static WriteToChars ( this value, char str, int position ) : int | ||
value | this | |
str | char | |
position | int | |
리턴 | int |
public static WriteToChars2 ( this value, char destination, int position ) : int | ||
value | this | |
destination | char | |
position | int | |
리턴 | int |