C# Класс IronPython.Runtime.Operations.DecimalOps

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__cmp__ ( IronPython.Runtime.CodeContext context, decimal x, decimal other ) : int
__hash__ ( decimal x ) : int
__nonzero__ ( decimal x ) : bool

Приватные методы

Метод Описание
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

Описание методов

__cmp__() публичный статический Метод

public static __cmp__ ( IronPython.Runtime.CodeContext context, decimal x, decimal other ) : int
context IronPython.Runtime.CodeContext
x decimal
other decimal
Результат int

__hash__() публичный статический Метод

public static __hash__ ( decimal x ) : int
x decimal
Результат int

__nonzero__() публичный статический Метод

public static __nonzero__ ( decimal x ) : bool
x decimal
Результат bool