SemPtr SemPtr
SemPtr SemPtr
Documentation generated with DocFX
Using SingulinkFX as the template

Search Results for

    Operator operator +

    operator +(NullableSequencePointer<T>, nint)

    Adds two values together to compute their sum.

    Declaration
    public static NullableSequencePointer<T> operator +(NullableSequencePointer<T> left, nint right)
    Parameters
    Type Name Description
    NullableSequencePointer<T> left

    The value to which right is added.

    nint right

    The value that is added to left.

    Returns
    Type Description
    NullableSequencePointer<T>

    The sum of left and right.

    operator +(NullableSequencePointer<T>, nuint)

    Adds two values together to compute their sum.

    Declaration
    public static NullableSequencePointer<T> operator +(NullableSequencePointer<T> left, nuint right)
    Parameters
    Type Name Description
    NullableSequencePointer<T> left

    The value to which right is added.

    nuint right

    The value that is added to left.

    Returns
    Type Description
    NullableSequencePointer<T>

    The sum of left and right.

    operator +(nint, NullableSequencePointer<T>)

    Adds two values together to compute their sum.

    Declaration
    public static NullableSequencePointer<T> operator +(nint left, NullableSequencePointer<T> right)
    Parameters
    Type Name Description
    nint left

    The value to which right is added.

    NullableSequencePointer<T> right

    The value that is added to left.

    Returns
    Type Description
    NullableSequencePointer<T>

    The sum of left and right.

    operator +(nuint, NullableSequencePointer<T>)

    Adds two values together to compute their sum.

    Declaration
    public static NullableSequencePointer<T> operator +(nuint left, NullableSequencePointer<T> right)
    Parameters
    Type Name Description
    nuint left

    The value to which right is added.

    NullableSequencePointer<T> right

    The value that is added to left.

    Returns
    Type Description
    NullableSequencePointer<T>

    The sum of left and right.

    © 2026 Felix Rüdiger. SemPtr and its documentation are licensed under the MIT license.