| IPairFilterTFilter Method |
Filters the specified item pair.
Namespace: DigitalRune.Geometry.PartitioningAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax bool Filter(
Pair<T> pair
)
Function Filter (
pair As Pair(Of T)
) As Boolean
bool Filter(
Pair<T> pair
)
abstract Filter :
pair : Pair<'T> -> bool
Parameters
- pair
- Type: DigitalRune.CollectionsPairT
The pair.
Return Value
Type:
Boolean if the pair should be processed (pair is accepted); otherwise,
if the pair should not be processed (pair is rejected).
See Also