C# Class IronPython.Runtime.Operations.DecimalOps

Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
__cmp__ ( IronPython.Runtime.CodeContext context, decimal x, decimal other ) : int
__hash__ ( decimal x ) : int
__nonzero__ ( decimal x ) : bool

Private Methods

Méthode Description
Equals ( decimal x, decimal y ) : bool
GreaterThan ( decimal x, decimal y ) : bool
GreaterThanOrEqual ( decimal x, decimal y ) : bool
LessThan ( decimal x, decimal y ) : bool
LessThanOrEqual ( decimal x, decimal y ) : bool
NotEquals ( decimal x, decimal y ) : bool
__cmp__ ( BigInteger x, decimal y ) : int
__cmp__ ( decimal x, BigInteger y ) : int
__cmp__ ( decimal x, object y ) : object
__cmp__ ( object x, decimal y ) : object

Method Details

__cmp__() public static méthode

public static __cmp__ ( IronPython.Runtime.CodeContext context, decimal x, decimal other ) : int
context IronPython.Runtime.CodeContext
x decimal
other decimal
Résultat int

__hash__() public static méthode

public static __hash__ ( decimal x ) : int
x decimal
Résultat int

__nonzero__() public static méthode

public static __nonzero__ ( decimal x ) : bool
x decimal
Résultat bool