Méthode | Description | |
---|---|---|
DecimalMinMax ( Decimal Min, Decimal Max ) : System |
Creates a new range of decimal values.
|
|
FromMax ( Decimal MaxValue ) : |
Create a new half-open definition having just a maximum value.
|
|
FromMin ( Decimal MinValue ) : |
Create a new half-open definition having just a minimum value.
|
|
GetHashCode ( ) : |
Get the hashcode of this object.
|
|
ToString ( ) : String |
Get a string representation of this object.
|
public DecimalMinMax ( Decimal Min, Decimal Max ) : System | ||
Min | Decimal | The minimum value or lower bound. |
Max | Decimal | The maximum value or upper bound. |
Résultat | System |
public static FromMax ( Decimal MaxValue ) : |
||
MaxValue | Decimal | The maximum value. |
Résultat |
public static FromMin ( Decimal MinValue ) : |
||
MinValue | Decimal | The minimum value. |
Résultat |