C# 클래스 PeterO.Cbor.CBORUtilities

파일 보기 프로젝트 열기: peteroupc/CBOR 1 사용 예제들

공개 메소드들

메소드 설명
BigIntToString ( PeterO.Numbers.EInteger bigint ) : string
BigIntegerFromDouble ( double dbl ) : PeterO.Numbers.EInteger
BigIntegerFromSingle ( float flt ) : PeterO.Numbers.EInteger
ByteArrayCompare ( byte a, byte b ) : int
ByteArrayEquals ( byte a, byte b ) : bool
ByteArrayHashCode ( byte a ) : int
DoubleToString ( double dbl ) : string
HalfPrecisionToSingle ( int value ) : float
LongToString ( long longValue ) : string
SingleToString ( float sing ) : string
ToBase16 ( StringBuilder str, byte data ) : void

메소드 상세

BigIntToString() 공개 정적인 메소드

public static BigIntToString ( PeterO.Numbers.EInteger bigint ) : string
bigint PeterO.Numbers.EInteger
리턴 string

BigIntegerFromDouble() 공개 정적인 메소드

public static BigIntegerFromDouble ( double dbl ) : PeterO.Numbers.EInteger
dbl double
리턴 PeterO.Numbers.EInteger

BigIntegerFromSingle() 공개 정적인 메소드

public static BigIntegerFromSingle ( float flt ) : PeterO.Numbers.EInteger
flt float
리턴 PeterO.Numbers.EInteger

ByteArrayCompare() 공개 정적인 메소드

public static ByteArrayCompare ( byte a, byte b ) : int
a byte
b byte
리턴 int

ByteArrayEquals() 공개 정적인 메소드

public static ByteArrayEquals ( byte a, byte b ) : bool
a byte
b byte
리턴 bool

ByteArrayHashCode() 공개 정적인 메소드

public static ByteArrayHashCode ( byte a ) : int
a byte
리턴 int

DoubleToString() 공개 정적인 메소드

public static DoubleToString ( double dbl ) : string
dbl double
리턴 string

HalfPrecisionToSingle() 공개 정적인 메소드

public static HalfPrecisionToSingle ( int value ) : float
value int
리턴 float

LongToString() 공개 정적인 메소드

public static LongToString ( long longValue ) : string
longValue long
리턴 string

SingleToString() 공개 정적인 메소드

public static SingleToString ( float sing ) : string
sing float
리턴 string

ToBase16() 공개 정적인 메소드

public static ToBase16 ( StringBuilder str, byte data ) : void
str StringBuilder
data byte
리턴 void