SnapCustomMethodsUInt32 Class

Provides custom methods for working with SnapDB data of type SnapUInt32 (unsigned 32-bit integer).

Definition

Namespace: SnapDB.Snap.Types
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public class SnapCustomMethodsUInt32 : SnapTypeCustomMethods<SnapUInt32>
Inheritance
Object    SnapTypeCustomMethodsSnapUInt32    SnapCustomMethodsUInt32

Constructors

SnapCustomMethodsUInt32Initializes a new instance of the SnapCustomMethodsUInt32 class

Methods

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)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets 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)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

LastFoundIndex The last found index.
(Inherited from SnapTypeCustomMethodsT)
TempKey A temporary key instance of type T.
(Inherited from SnapTypeCustomMethodsT)

See Also