Creates a predicate function Predicate for use in the dimension function to create a Dimension matching properties.
Example
The following code creates a Dimension that will be used to evaluate Player objects during a pivot operation based on the value of their position property:
Creates a predicate function Predicate for use in the dimension function to create a Dimension matching properties.
Example
The following code creates a Dimension that will be used to evaluate
Playerobjects during a pivot operation based on the value of theirpositionproperty:See GitHub for a complete example.