docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator -

    operator -(SymbolicTensorDim, SymbolicTensorDim)

    Subtracts a SymbolicTensorDim from another SymbolicTensorDim.

    Declaration
    public static SymbolicTensorDim operator -(SymbolicTensorDim a, SymbolicTensorDim b)
    Parameters
    Type Name Description
    SymbolicTensorDim a

    The LHS 'SymbolicTensorDim' of the operation.

    SymbolicTensorDim b

    The RHS 'SymbolicTensorDim' of the operation.

    Returns
    Type Description
    SymbolicTensorDim

    The result of the subtract operation.

    operator -(int, SymbolicTensorDim)

    Subtracts a SymbolicTensorDim from an int.

    Declaration
    public static SymbolicTensorDim operator -(int a, SymbolicTensorDim b)
    Parameters
    Type Name Description
    int a

    The LHS integer of the operation.

    SymbolicTensorDim b

    The RHS 'SymbolicTensorDim' of the operation.

    Returns
    Type Description
    SymbolicTensorDim

    The result of the subtract operation.

    operator -(SymbolicTensorDim, int)

    Subtracts an int from a SymbolicTensorDim.

    Declaration
    public static SymbolicTensorDim operator -(SymbolicTensorDim a, int b)
    Parameters
    Type Name Description
    SymbolicTensorDim a

    The LHS 'SymbolicTensorDim' of the operation.

    int b

    The RHS integer of the operation.

    Returns
    Type Description
    SymbolicTensorDim

    The result of the subtract operation.

    In This Article
    Back to top
    Copyright © 2024 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)