![]() | DecimalType Class |
Namespace: SmartTests.Ranges
The DecimalType type exposes the following members.
Name | Description | |
---|---|---|
![]() | DecimalType | Initializes a new instance of the DecimalType class |
Name | Description | |
---|---|---|
![]() | Chunks |
The sorted list of non-overlapping chunks
(Inherited from NumericTypeT, TType.) |
![]() | MaxValue |
Maximum value for type T
(Overrides NumericTypeT, TTypeMaxValue.) |
![]() | MinValue |
Minimum value for type T
(Overrides NumericTypeT, TTypeMinValue.) |
Name | Description | |
---|---|---|
![]() | Above(T) |
Adds a chunk of numeric values above min
(Inherited from NumericTypeT, TType.) |
![]() | Above(T, T, T) |
adds a chunk of numeric values above min and returns a criteria for this range
(Inherited from NumericTypeT, TType.) |
![]() | AboveOrEqual(T) |
Adds a chunk of numeric values above a min
(Inherited from NumericTypeT, TType.) |
![]() | AboveOrEqual(T, T, T) |
Adds a chunk of numeric values above or equal to a min and returns a criteria for this range
(Inherited from NumericTypeT, TType.) |
![]() | Below(T) |
Adds a chunk of numeric values below max
(Inherited from NumericTypeT, TType.) |
![]() | Below(T, T, T) |
Creates a range of numeric values below max and returns a criteria for this range
(Inherited from NumericTypeT, TType.) |
![]() | BelowOrEqual(T) |
Adds a chunk of numeric values below or equal to max
(Inherited from NumericTypeT, TType.) |
![]() | BelowOrEqual(T, T, T) |
Adds a range of numeric values below or equal to max and returns a criteria for this range
(Inherited from NumericTypeT, TType.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from NumericTypeT, TType.) |
![]() | Equals(TType) |
Compare two NumericType
(Inherited from NumericTypeT, TType.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetErrorValue |
Returns any value for this range (all values have the same probability) as an error value
(Inherited from NumericTypeT, TType.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from NumericTypeT, TType.) |
![]() | GetNext |
Returns the value following n (Overrides NumericTypeT, TTypeGetNext(T).) |
![]() | GetPrevious |
Returns the value preceding n (Overrides NumericTypeT, TTypeGetPrevious(T).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValidValue |
Returns any value for this range (all values have the same probability)
(Overrides NumericTypeT, TTypeGetValidValue(T, T).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Range(T, T) |
Adds a chunk of numeric values
(Inherited from NumericTypeT, TType.) |
![]() | Range(T, Boolean, T, Boolean) |
Adds a chunk of numeric values
(Inherited from NumericTypeT, TType.) |
![]() | Range(T, T, T, T) |
Adds a chunk of numeric values and returns a criteria for this range
(Inherited from NumericTypeT, TType.) |
![]() | Range(T, Boolean, T, Boolean, T, T) |
Adds a chunk of numeric values
(Inherited from NumericTypeT, TType.) |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
![]() | ToString(Decimal) |
Returns the numeric value as a string.
(Overrides NumericTypeT, TTypeToString(T).) |
![]() | ToString(String) |
Computes the string representing this range, when its type as a string is provided
(Inherited from NumericTypeT, TType.) |
![]() | Value(T) |
Creates a range of one numeric value
(Inherited from NumericTypeT, TType.) |
![]() | Value(T, T) |
Creates a range of one numeric value and returns a criteria for this range
(Inherited from NumericTypeT, TType.) |