C# 클래스 PeterO.Cbor.CBORObject

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

공개 메소드들

메소드 설명
FromObject ( decimal value ) : CBORObject
operator ( ) : CBORObject

비공개 메소드들

메소드 설명
AsDecimal ( ) : decimal
AsSByte ( ) : sbyte
AsUInt16 ( ) : ushort
AsUInt32 ( ) : uint
AsUInt64 ( ) : ulong
DecimalToEInteger ( decimal dec ) : PeterO.Numbers.EInteger
ExtendedDecimalToDecimal ( PeterO.Numbers.EDecimal extendedNumber ) : decimal
ExtendedRationalToDecimal ( PeterO.Numbers.ERational extendedNumber ) : decimal
FromObject ( sbyte value ) : CBORObject
FromObject ( uint value ) : CBORObject
FromObject ( ulong value ) : CBORObject
FromObject ( ushort value ) : CBORObject
FromObjectAndTag ( Object o, ulong tag ) : CBORObject
UInt64ToEInteger ( ulong value ) : PeterO.Numbers.EInteger
Write ( sbyte value, Stream stream ) : void
Write ( uint value, Stream stream ) : void
Write ( ulong value, Stream stream ) : void
Write ( ushort value, Stream stream ) : void

메소드 상세

FromObject() 공개 정적인 메소드

public static FromObject ( decimal value ) : CBORObject
value decimal
리턴 CBORObject

operator() 공개 정적인 메소드

public static operator ( ) : CBORObject
리턴 CBORObject