![]() | NumericTypeT, TType Methods |
The NumericTypeT, TType generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Above(T) |
Adds a chunk of numeric values above min
|
![]() | Above(T, T, T) |
adds a chunk of numeric values above min and returns a criteria for this range
|
![]() | AboveOrEqual(T) |
Adds a chunk of numeric values above a min
|
![]() | AboveOrEqual(T, T, T) |
Adds a chunk of numeric values above or equal to a min and returns a criteria for this range
|
![]() | Below(T) |
Adds a chunk of numeric values below max
|
![]() | Below(T, T, T) |
Creates a range of numeric values below max and returns a criteria for this range
|
![]() | BelowOrEqual(T) |
Adds a chunk of numeric values below or equal to max
|
![]() | BelowOrEqual(T, T, T) |
Adds a range of numeric values below or equal to max and returns a criteria for this range
|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) |
![]() | Equals(TType) |
Compare two NumericType
|
![]() | 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
|
![]() | GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) |
![]() | GetNext |
Returns the value following n |
![]() | GetPrevious |
Returns the value preceding n |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValidValue |
Returns any value for this range (all values have the same probability)
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Range(T, T) |
Adds a chunk of numeric values
|
![]() | Range(T, Boolean, T, Boolean) |
Adds a chunk of numeric values
|
![]() | Range(T, T, T, T) |
Adds a chunk of numeric values and returns a criteria for this range
|
![]() | Range(T, Boolean, T, Boolean, T, T) |
Adds a chunk of numeric values
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ToString(String) |
Computes the string representing this range, when its type as a string is provided
|
![]() | ToString(T) |
Returns the numeric value as a string.
|
![]() | Value(T) |
Creates a range of one numeric value
|
![]() | Value(T, T) |
Creates a range of one numeric value and returns a criteria for this range
|