Click or drag to resize

StandardCutoverPredicatesIntPredicate Method

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

Cutover predicate to use with four-byte data types.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public static bool IntPredicate(
	CondensedStats stats
)

Parameters

stats
Type: CondensedCondensedStats
Current collection statistics (prior to the item that's currently being added).

Return Value

Type: Boolean
True if the condensed list to cutover to normal ListT storage.
See Also