public class SnapCustomMethodsInt32 : SnapTypeCustomMethods<SnapInt32>Public Class SnapCustomMethodsInt32
Inherits SnapTypeCustomMethods(Of SnapInt32)public ref class SnapCustomMethodsInt32 : public SnapTypeCustomMethods<SnapInt32^>SnapDB.Snap.Types.SnapCustomMethodsInt32 = function();
Type.createClass(
'SnapDB.Snap.Types.SnapCustomMethodsInt32',
SnapDB.Snap.SnapTypeCustomMethods`1);| SnapCustomMethodsInt32 | Initializes a new instance of the SnapCustomMethodsInt32 class |
| BinarySearch |
Performs a binary search within a memory block that is being pointed to.
(Overrides SnapTypeCustomMethodsTBinarySearch(Byte*, T, Int32, Int32)) |
| BinarySearch2 |
Performs a binary search within a memory block pointed to by pointer.
(Inherited from SnapTypeCustomMethodsT) |
| CompareTo(Byte*, T) |
Compares left to right.
(Inherited from SnapTypeCustomMethodsT) |
| CompareTo(T, Byte*) |
Compares left to right.
(Inherited from SnapTypeCustomMethodsT) |
| Equals | 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 the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsGreaterThan(Byte*, T) |
Gets if left is greater than right.
(Inherited from SnapTypeCustomMethodsT) |
| IsGreaterThan(T, Byte*) |
Gets if left is greater than or equal to right.
(Inherited from SnapTypeCustomMethodsT) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| LastFoundIndex |
The last found index.
(Inherited from SnapTypeCustomMethodsT) |
| TempKey |
A temporary key instance of type T.
(Inherited from SnapTypeCustomMethodsT) |