C# 클래스 clojure.lang.BigInt

상속: IConvertible, IHashEq
파일 보기 프로젝트 열기: richhickey/clojure-clr 1 사용 예제들

공개 메소드들

메소드 설명
AsDecimal ( Decimal &ret ) : bool

Try to convert to a Decimal.

AsInt32 ( int &ret ) : bool

Try to convert to an Int32.

AsInt64 ( long &ret ) : bool

Try to convert to an Int64.

AsUInt32 ( uint &ret ) : bool

Try to convert to an UInt32.

AsUInt64 ( ulong &ret ) : bool

Try to convert to an UInt64.

Equals ( object obj ) : bool
GetHashCode ( ) : int
GetTypeCode ( ) : TypeCode
ToBoolean ( IFormatProvider provider ) : bool
ToByte ( IFormatProvider provider ) : byte
ToChar ( IFormatProvider provider ) : char
ToDateTime ( IFormatProvider provider ) : System.DateTime
ToDecimal ( IFormatProvider provider ) : decimal
ToDouble ( IFormatProvider provider ) : double
ToInt16 ( IFormatProvider provider ) : short
ToInt32 ( IFormatProvider provider ) : int
ToInt64 ( IFormatProvider provider ) : long
ToSByte ( IFormatProvider provider ) : sbyte
ToSingle ( IFormatProvider provider ) : float
ToString ( ) : string
ToString ( IFormatProvider provider ) : string
ToType ( Type conversionType, IFormatProvider provider ) : object
ToUInt16 ( IFormatProvider provider ) : ushort
ToUInt32 ( IFormatProvider provider ) : uint
ToUInt64 ( IFormatProvider provider ) : ulong

비공개 메소드들

메소드 설명
BigInt ( long lpart, BigInteger bipart ) : System
add ( BigInt y ) : BigInt
byteValue ( ) : byte
doubleValue ( ) : double
floatValue ( ) : float
fromBigInteger ( BigInteger val ) : BigInt
fromLong ( long val ) : BigInt
intValue ( ) : int
longValue ( ) : long
lt ( BigInt y ) : bool
multiply ( BigInt y ) : BigInt
quotient ( BigInt y ) : BigInt
remainder ( BigInt y ) : BigInt
shortValue ( ) : short
toBigInteger ( ) : BigInteger
valueOf ( long val ) : BigInt

메소드 상세

AsDecimal() 공개 메소드

Try to convert to a Decimal.
public AsDecimal ( Decimal &ret ) : bool
ret Decimal Set to the converted value
리턴 bool

AsInt32() 공개 메소드

Try to convert to an Int32.
public AsInt32 ( int &ret ) : bool
ret int Set to the converted value
리턴 bool

AsInt64() 공개 메소드

Try to convert to an Int64.
public AsInt64 ( long &ret ) : bool
ret long Set to the converted value
리턴 bool

AsUInt32() 공개 메소드

Try to convert to an UInt32.
public AsUInt32 ( uint &ret ) : bool
ret uint Set to the converted value
리턴 bool

AsUInt64() 공개 메소드

Try to convert to an UInt64.
public AsUInt64 ( ulong &ret ) : bool
ret ulong Set to the converted value
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetTypeCode() 공개 메소드

public GetTypeCode ( ) : TypeCode
리턴 TypeCode

ToBoolean() 공개 메소드

public ToBoolean ( IFormatProvider provider ) : bool
provider IFormatProvider
리턴 bool

ToByte() 공개 메소드

public ToByte ( IFormatProvider provider ) : byte
provider IFormatProvider
리턴 byte

ToChar() 공개 메소드

public ToChar ( IFormatProvider provider ) : char
provider IFormatProvider
리턴 char

ToDateTime() 공개 메소드

public ToDateTime ( IFormatProvider provider ) : System.DateTime
provider IFormatProvider
리턴 System.DateTime

ToDecimal() 공개 메소드

public ToDecimal ( IFormatProvider provider ) : decimal
provider IFormatProvider
리턴 decimal

ToDouble() 공개 메소드

public ToDouble ( IFormatProvider provider ) : double
provider IFormatProvider
리턴 double

ToInt16() 공개 메소드

public ToInt16 ( IFormatProvider provider ) : short
provider IFormatProvider
리턴 short

ToInt32() 공개 메소드

public ToInt32 ( IFormatProvider provider ) : int
provider IFormatProvider
리턴 int

ToInt64() 공개 메소드

public ToInt64 ( IFormatProvider provider ) : long
provider IFormatProvider
리턴 long

ToSByte() 공개 메소드

public ToSByte ( IFormatProvider provider ) : sbyte
provider IFormatProvider
리턴 sbyte

ToSingle() 공개 메소드

public ToSingle ( IFormatProvider provider ) : float
provider IFormatProvider
리턴 float

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( IFormatProvider provider ) : string
provider IFormatProvider
리턴 string

ToType() 공개 메소드

public ToType ( Type conversionType, IFormatProvider provider ) : object
conversionType System.Type
provider IFormatProvider
리턴 object

ToUInt16() 공개 메소드

public ToUInt16 ( IFormatProvider provider ) : ushort
provider IFormatProvider
리턴 ushort

ToUInt32() 공개 메소드

public ToUInt32 ( IFormatProvider provider ) : uint
provider IFormatProvider
리턴 uint

ToUInt64() 공개 메소드

public ToUInt64 ( IFormatProvider provider ) : ulong
provider IFormatProvider
리턴 ulong