Méthode | 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 ) : 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 |
public AsEInteger ( object obj ) : PeterO.Numbers.EInteger | ||
obj | object | |
Résultat | PeterO.Numbers.EInteger |
public AsExtendedDecimal ( object obj ) : PeterO.Numbers.EDecimal | ||
obj | object | |
Résultat | PeterO.Numbers.EDecimal |
public AsExtendedFloat ( object obj ) : PeterO.Numbers.EFloat | ||
obj | object | |
Résultat | PeterO.Numbers.EFloat |
public AsExtendedRational ( object obj ) : ERational | ||
obj | object | |
Résultat | ERational |
public AsInt32 ( object obj, int minValue, int maxValue ) : int | ||
obj | object | |
minValue | int | |
maxValue | int | |
Résultat | int |
public CanFitInDouble ( object obj ) : bool | ||
obj | object | |
Résultat | bool |
public CanFitInSingle ( object obj ) : bool | ||
obj | object | |
Résultat | bool |
public CanTruncatedIntFitInInt32 ( object obj ) : bool | ||
obj | object | |
Résultat | bool |
public CanTruncatedIntFitInInt64 ( object obj ) : bool | ||
obj | object | |
Résultat | bool |
public IsNegativeInfinity ( object obj ) : bool | ||
obj | object | |
Résultat | bool |
public IsPositiveInfinity ( object obj ) : bool | ||
obj | object | |
Résultat | bool |