| C# | Visual Basic |
public class Range<T> where T : Object, IComparable<T>
Public Class Range(Of T As {Object, IComparable(Of T)})
- T
[Missing <typeparam name="T"/> documentation for "T:Keyoti.SearchEngine.Search.Range`1"]
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Range<(Of <(<'T>)>)>()()()() | ||
| ContainsRange(Range<(Of <<'(T>)>>)) |
Determines if another range is inside the bounds of this range
| |
| ContainsValue(T) |
Determines if the provided value is inside the range
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| IsInsideRange(Range<(Of <<'(T>)>>)) |
Determines if this Range is inside the bounds of another range
| |
| IsValid()()()() |
Determines if the range is valid
| |
| Maximum |
Maximum value of the range
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Minimum |
Minimum value of the range
| |
| ToString()()()() |
Presents the Range in readable format
(Overrides Object.ToString()()()().) |
| Object | ||
| Range<(Of <(<'T>)>)> | ||
| GeoRange | ||
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610