Method | Description | |
---|---|---|
__cmp__ ( IronPython.Runtime.CodeContext context, decimal x, decimal other ) : int | ||
__hash__ ( decimal x ) : int | ||
__nonzero__ ( decimal x ) : bool |
Method | 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 |
public static __cmp__ ( IronPython.Runtime.CodeContext context, decimal x, decimal other ) : int | ||
context | IronPython.Runtime.CodeContext | |
x | decimal | |
other | decimal | |
return | int |
public static __nonzero__ ( decimal x ) : bool | ||
x | decimal | |
return | bool |