 | StandardCutoverPredicatesBytePredicate Method |
[This is preliminary documentation and is subject to change.]
Cutover predicate to use with single-byte data types.
Namespace:
Condensed
Assembly:
Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic static bool BytePredicate(
CondensedStats stats
)
Public Shared Function BytePredicate (
stats As CondensedStats
) As Boolean
public:
static bool BytePredicate(
CondensedStats stats
)
static member BytePredicate :
stats : CondensedStats -> bool
Parameters
- stats
- Type: CondensedCondensedStats
Current collection statistics (prior to the item that's currently being added).
Return Value
Type:
BooleanTrue if the condensed list to cutover to normal
ListT storage.
See Also