Class NumericRangePredicate
Inheritance
NumericRangePredicate
Assembly: Unity.Cloud.Assets.dll
Syntax
public sealed class NumericRangePredicate
Methods
And(NumericRangePredicate)
Returns the predicate result of applying the AND operator to this and the specified numeric range predicate.
Declaration
public NumericRangePredicate And(NumericRangePredicate rhs)
Parameters
Returns
AndNot(NumericRangePredicate)
Returns the predicate result of applying the AND operator to this and the negated numeric range predicate.
Declaration
public NumericRangePredicate AndNot(NumericRangePredicate rhs)
Parameters
Returns
Not(NumericRangePredicate)
Returns a predicate with the negated numeric range predicate.
Declaration
public static NumericRangePredicate Not(NumericRangePredicate numericRangePredicate)
Parameters
Returns
Or(NumericRangePredicate)
Returns the predicate result of applying the OR operator to this and the specified numeric range predicate.
Declaration
public NumericRangePredicate Or(NumericRangePredicate rhs)
Parameters
Returns
OrNot(NumericRangePredicate)
Returns the predicate result of applying the OR operator to this and the negated numeric range predicate.
Declaration
public NumericRangePredicate OrNot(NumericRangePredicate rhs)
Parameters
Returns
Operators
implicit operator NumericRangePredicate(NumericRange)
Implicitly converts a numeric range to a numeric range predicate.
Declaration
public static implicit operator NumericRangePredicate(NumericRange a)
Parameters
Returns