C# 클래스 GSF.Number

파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
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

메소드 상세

WriteToChars() 공개 정적인 메소드

public static WriteToChars ( this value, char str, int position ) : int
value this
str char
position int
리턴 int

WriteToChars2() 공개 정적인 메소드

public static WriteToChars2 ( this value, char destination, int position ) : int
value this
destination char
position int
리턴 int