C# Class VoltDB.ThirdParty.Math.BigDecimal

Afficher le fichier Open project: VoltDB/voltdb-client-csharp Class Usage Examples

Méthodes publiques

Méthode Description
BigDecimal ( BigInteger num ) : System
BigDecimal ( BigInteger num, int scale ) : System
BigDecimal ( decimal num ) : System
BigDecimal ( double num ) : System
BigDecimal ( long num ) : System
BigDecimal ( string num ) : System
BigDecimal ( ulong num ) : System
Equals ( object o ) : bool
FromBytes ( byte data, int scale ) : BigDecimal
GetHashCode ( ) : int
MovePointLeft ( int n ) : BigDecimal
MovePointRight ( int n ) : BigDecimal
ToBytes ( ) : byte[]
ToBytes ( int scale ) : byte[]
ToDecimal ( ) : decimal
ToString ( ) : string
operator ( ) : BigDecimal
operator ( ) : bool
setScale ( int val ) : BigDecimal

Method Details

BigDecimal() public méthode

public BigDecimal ( BigInteger num ) : System
num BigInteger
Résultat System

BigDecimal() public méthode

public BigDecimal ( BigInteger num, int scale ) : System
num BigInteger
scale int
Résultat System

BigDecimal() public méthode

public BigDecimal ( decimal num ) : System
num decimal
Résultat System

BigDecimal() public méthode

public BigDecimal ( double num ) : System
num double
Résultat System

BigDecimal() public méthode

public BigDecimal ( long num ) : System
num long
Résultat System

BigDecimal() public méthode

public BigDecimal ( string num ) : System
num string
Résultat System

BigDecimal() public méthode

public BigDecimal ( ulong num ) : System
num ulong
Résultat System

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

FromBytes() public static méthode

public static FromBytes ( byte data, int scale ) : BigDecimal
data byte
scale int
Résultat BigDecimal

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MovePointLeft() public méthode

public MovePointLeft ( int n ) : BigDecimal
n int
Résultat BigDecimal

MovePointRight() public méthode

public MovePointRight ( int n ) : BigDecimal
n int
Résultat BigDecimal

ToBytes() public méthode

public ToBytes ( ) : byte[]
Résultat byte[]

ToBytes() public méthode

public ToBytes ( int scale ) : byte[]
scale int
Résultat byte[]

ToDecimal() public méthode

public ToDecimal ( ) : decimal
Résultat decimal

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : BigDecimal
Résultat BigDecimal

operator() public static méthode

public static operator ( ) : bool
Résultat bool

setScale() public méthode

public setScale ( int val ) : BigDecimal
val int
Résultat BigDecimal