docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NumericRangePredicate

    Inheritance
    object
    NumericRangePredicate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Assets
    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
    Type Name Description
    NumericRangePredicate rhs
    Returns
    Type Description
    NumericRangePredicate

    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
    Type Name Description
    NumericRangePredicate rhs
    Returns
    Type Description
    NumericRangePredicate

    Not(NumericRangePredicate)

    Returns a predicate with the negated numeric range predicate.

    Declaration
    public static NumericRangePredicate Not(NumericRangePredicate numericRangePredicate)
    Parameters
    Type Name Description
    NumericRangePredicate numericRangePredicate
    Returns
    Type Description
    NumericRangePredicate

    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
    Type Name Description
    NumericRangePredicate rhs
    Returns
    Type Description
    NumericRangePredicate

    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
    Type Name Description
    NumericRangePredicate rhs
    Returns
    Type Description
    NumericRangePredicate

    Operators

    implicit operator NumericRangePredicate(NumericRange)

    Implicitly converts a numeric range to a numeric range predicate.

    Declaration
    public static implicit operator NumericRangePredicate(NumericRange a)
    Parameters
    Type Name Description
    NumericRange a
    Returns
    Type Description
    NumericRangePredicate
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)