SnapCustomMethodsInt32 Class

Provides custom methods and algorithms for performing operations on SnapInt32 values.

Definition

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

Constructors

SnapCustomMethodsInt32Initializes a new instance of the SnapCustomMethodsInt32 class

Methods

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)
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