Method |
Description |
|
Abs ( object obj ) : object |
|
|
AsDouble ( object obj ) : double |
|
|
AsEInteger ( object obj ) : PeterO.Numbers.EInteger |
|
|
AsExtendedDecimal ( object obj ) : PeterO.Numbers.EDecimal |
|
|
AsExtendedFloat ( object obj ) : PeterO.Numbers.EFloat |
|
|
AsExtendedRational ( object obj ) : PeterO.Numbers.ERational |
|
|
AsInt32 ( object obj, int minValue, int maxValue ) : int |
|
|
AsInt64 ( object obj ) : long |
|
|
AsSingle ( object obj ) : float |
|
|
CanFitInDouble ( object obj ) : bool |
|
|
CanFitInInt32 ( object obj ) : bool |
|
|
CanFitInInt64 ( object obj ) : bool |
|
|
CanFitInSingle ( object obj ) : bool |
|
|
CanTruncatedIntFitInInt32 ( object obj ) : bool |
|
|
CanTruncatedIntFitInInt64 ( object obj ) : bool |
|
|
IsInfinity ( object obj ) : bool |
|
|
IsIntegral ( object obj ) : bool |
|
|
IsNaN ( object obj ) : bool |
|
|
IsNegative ( object obj ) : bool |
|
|
IsNegativeInfinity ( object obj ) : bool |
|
|
IsPositiveInfinity ( object obj ) : bool |
|
|
IsZero ( object obj ) : bool |
|
|
Negate ( object obj ) : object |
|
|
Sign ( object obj ) : int |
|
|