TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

delegate PredicateDelegate in Tinman.Core.Collections

Evaluates a predicate on the given value.

delegate PredicateDelegate with <in T>  
  (T value)
type bool
params value The value.
returns The evaluated boolean predicate.