public class SnapCustomMethodsUInt32 : SnapTypeCustomMethods<SnapUInt32>Public Class SnapCustomMethodsUInt32
Inherits SnapTypeCustomMethods(Of SnapUInt32)public ref class SnapCustomMethodsUInt32 : public SnapTypeCustomMethods<SnapUInt32^>SnapDB.Snap.Types.SnapCustomMethodsUInt32 = function();
Type.createClass(
'SnapDB.Snap.Types.SnapCustomMethodsUInt32',
SnapDB.Snap.SnapTypeCustomMethods`1);| SnapCustomMethodsUInt32 | Initializes a new instance of the SnapCustomMethodsUInt32 class |
| BinarySearch |
Performs a binary search for a specified key within a memory pointer containing SnapUInt32 values.
(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) |