Click or drag to resize

StandardCutoverPredicates Class

[This is preliminary documentation and is subject to change.]

Contains cutover predicates that implement reasonable heuristics that can be used for common types when deciding whether a CondensedCollection should stop performing deduplication and just store values in an ordinary ListT.
Inheritance Hierarchy
SystemObject
  CondensedStandardCutoverPredicates

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public static class StandardCutoverPredicates

The StandardCutoverPredicates type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBytePredicate
Cutover predicate to use with single-byte data types.
Public methodStatic memberDecimalPredicate
Cutover predicate to use with 16-byte data types.
Public methodStatic memberGetDefaultCutoverPredicate
Convenience method that returns a cutover predicate for the specified type.
Public methodStatic memberIntPredicate
Cutover predicate to use with four-byte data types.
Public methodStatic memberLongPredicate
Cutover predicate to use with eight-byte data types.
Public methodStatic memberNeverCutover
Public methodStatic memberShortPredicate
Cutover predicate to use with two-byte data types.
Public methodStatic memberStringPredicate
Default cutover predicate to use with strings.
Top
See Also

Reference

Other Resources