 | StandardCutoverPredicatesLongPredicate Method |
[This is preliminary documentation and is subject to change.]
Cutover predicate to use with eight-byte data types.
Namespace:
Condensed
Assembly:
Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic static bool LongPredicate(
CondensedStats stats
)
Public Shared Function LongPredicate (
stats As CondensedStats
) As Boolean
public:
static bool LongPredicate(
CondensedStats stats
)
static member LongPredicate :
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