NestedRectGridTCell Methods |
The NestedRectGridTCell generic type exposes the following members.
| Name | Description | |
|---|---|---|
| CloneStructureTNewCell | ||
| CombinePoints |
Gets the normal point that corresponds with the given big point and small point.
| |
| Contains | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAllNeighbors | ||
| GetBigPoint |
Gets the big point that corresponds to the given normal point.
| |
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetLargeSet | ||
| GetSmallGrid | ||
| GetSmallPoint |
Gets the small point that corresponds to the given normal point.
| |
| GetStoragePoints | ||
| GetType | (Inherited from Object.) | |
| GetValue |
Get the value at the given big point and small point within the cell
at the big point.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ButFirstRectPoint |
Returns an enumerable of all elements of the given list but the first,
keeping them in order.
(Defined by CollectionExtensions.) | |
| ButLastRectPoint |
Returns an enumerable of all elements in the given
list but the last, keeping them in order.
(Defined by CollectionExtensions.) | |
| CombinationsRectPoint |
Generates all combinations of m elements selected from the list.
(Defined by Combinatorial.) | |
| ListToStringRectPoint |
Returns a pretty string representation of the given list. The resulting string looks something like
[a, b, c].
(Defined by CollectionExtensions.) | |
| MaxByRectPoint(FuncRectPoint, IComparable) | Overloaded.
Finds the maximum element in the source as scored by the given function.
(Defined by CollectionExtensions.) | |
| MaxByRectPoint, TKey(FuncRectPoint, TKey) | Overloaded.
Finds the minimum element in the source as scored by its projection.
(Defined by CollectionExtensions.) | |
| MaxByRectPoint, TKey(FuncRectPoint, TKey, IComparerTKey) | Overloaded.
Finds the minimum element in the source as scored by the given function applied to a projection on the elements.
(Defined by CollectionExtensions.) | |
| MinByRectPoint, TKey(FuncRectPoint, TKey) | Overloaded.
Finds the minimum element in the source as scored by its projection.
(Defined by CollectionExtensions.) | |
| MinByRectPoint, TKey(FuncRectPoint, TKey, IComparerTKey) | Overloaded.
Finds the minimum element in the source as scored by the given function applied to a projection on the elements.
(Defined by CollectionExtensions.) | |
| PartitionsRectPoint |
Returns a list of all the partitions of a list.
(Defined by Combinatorial.) | |
| PermutationsRectPoint |
Generates all permutations of the list of elements.
(Defined by Combinatorial.) | |
| PowerSetRectPoint |
Returns the power set of the input, that is, the set of all subsets of the input.
(Defined by Combinatorial.) | |
| RandomItemRectPoint | Overloaded.
Returns a random element from a source.
(Defined by CollectionExtensions.) | |
| RandomItemRectPoint(IRandom) | Overloaded.
Returns a random element from a source.
(Defined by CollectionExtensions.) | |
| RotateLeftRectPoint |
Returns a enumerable with elements in order, but the first element is moved to the end.
(Defined by CollectionExtensions.) | |
| RotateRightRectPoint |
Returns a enumerable with elements in order, but the last element is moved to the front.
(Defined by CollectionExtensions.) | |
| SampleRandomRectPoint(Int32) | Overloaded.
Returns a random sample from a source.
(Defined by CollectionExtensions.) | |
| SampleRandomRectPoint(Int32, IRandom) | Overloaded.
Returns a random sample from a source.
(Defined by CollectionExtensions.) | |
| TakeHalfRectPoint |
Returns the first half of elements from a source.
(Defined by CollectionExtensions.) | |
| TakeLastRectPoint |
Returns the last n elements from a source.
(Defined by CollectionExtensions.) | |
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) | |
| ToPeriodicGeneratorRectPoint | (Defined by GeneratorExtensions.) | |
| ToRandomElementGeneratorRectPoint | (Defined by GeneratorExtensions.) | |
| TuplesRectPoint | (Defined by Combinatorial.) |
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator |