C# 클래스 NBitcoin.BouncyCastle.Math.EC.Abc.SimpleBigDecimal

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

공개 메소드들

메소드 설명
Add ( BigInteger b ) : SimpleBigDecimal
Add ( SimpleBigDecimal b ) : SimpleBigDecimal
AdjustScale ( int newScale ) : SimpleBigDecimal
CompareTo ( BigInteger val ) : int
CompareTo ( SimpleBigDecimal val ) : int
Divide ( BigInteger b ) : SimpleBigDecimal
Divide ( SimpleBigDecimal b ) : SimpleBigDecimal
Equals ( object obj ) : bool
Floor ( ) : BigInteger
GetHashCode ( ) : int
GetInstance ( BigInteger val, int scale ) : SimpleBigDecimal
Multiply ( BigInteger b ) : SimpleBigDecimal
Multiply ( SimpleBigDecimal b ) : SimpleBigDecimal
Negate ( ) : SimpleBigDecimal
Round ( ) : BigInteger
ShiftLeft ( int n ) : SimpleBigDecimal
SimpleBigDecimal ( BigInteger bigInt, int scale ) : System
Subtract ( BigInteger b ) : SimpleBigDecimal
Subtract ( SimpleBigDecimal b ) : SimpleBigDecimal
ToString ( ) : string

비공개 메소드들

메소드 설명
CheckScale ( SimpleBigDecimal b ) : void
SimpleBigDecimal ( SimpleBigDecimal limBigDec ) : System

메소드 상세

Add() 공개 메소드

public Add ( BigInteger b ) : SimpleBigDecimal
b BigInteger
리턴 SimpleBigDecimal

Add() 공개 메소드

public Add ( SimpleBigDecimal b ) : SimpleBigDecimal
b SimpleBigDecimal
리턴 SimpleBigDecimal

AdjustScale() 공개 메소드

public AdjustScale ( int newScale ) : SimpleBigDecimal
newScale int
리턴 SimpleBigDecimal

CompareTo() 공개 메소드

public CompareTo ( BigInteger val ) : int
val BigInteger
리턴 int

CompareTo() 공개 메소드

public CompareTo ( SimpleBigDecimal val ) : int
val SimpleBigDecimal
리턴 int

Divide() 공개 메소드

public Divide ( BigInteger b ) : SimpleBigDecimal
b BigInteger
리턴 SimpleBigDecimal

Divide() 공개 메소드

public Divide ( SimpleBigDecimal b ) : SimpleBigDecimal
b SimpleBigDecimal
리턴 SimpleBigDecimal

Equals() 공개 메소드

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

Floor() 공개 메소드

public Floor ( ) : BigInteger
리턴 BigInteger

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetInstance() 공개 정적인 메소드

public static GetInstance ( BigInteger val, int scale ) : SimpleBigDecimal
val BigInteger
scale int
리턴 SimpleBigDecimal

Multiply() 공개 메소드

public Multiply ( BigInteger b ) : SimpleBigDecimal
b BigInteger
리턴 SimpleBigDecimal

Multiply() 공개 메소드

public Multiply ( SimpleBigDecimal b ) : SimpleBigDecimal
b SimpleBigDecimal
리턴 SimpleBigDecimal

Negate() 공개 메소드

public Negate ( ) : SimpleBigDecimal
리턴 SimpleBigDecimal

Round() 공개 메소드

public Round ( ) : BigInteger
리턴 BigInteger

ShiftLeft() 공개 메소드

public ShiftLeft ( int n ) : SimpleBigDecimal
n int
리턴 SimpleBigDecimal

SimpleBigDecimal() 공개 메소드

public SimpleBigDecimal ( BigInteger bigInt, int scale ) : System
bigInt BigInteger
scale int
리턴 System

Subtract() 공개 메소드

public Subtract ( BigInteger b ) : SimpleBigDecimal
b BigInteger
리턴 SimpleBigDecimal

Subtract() 공개 메소드

public Subtract ( SimpleBigDecimal b ) : SimpleBigDecimal
b SimpleBigDecimal
리턴 SimpleBigDecimal

ToString() 공개 메소드

public ToString ( ) : string
리턴 string