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

Search Results for

    Operator operator -

    operator -(NullablePersistentSequencePointer<T>, nint)

    Subtracts two values to compute their difference.

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

    The value from which right is subtracted.

    nint right

    The value that is subtracted from left.

    Returns
    Type Description
    NullablePersistentSequencePointer<T>

    The value of right subtracted from left.

    Implements
    ISubtractionOperators<TSelf, TOther, TResult>.operator -(TSelf, TOther)

    operator -(NullablePersistentSequencePointer<T>, nuint)

    Subtracts two values to compute their difference.

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

    The value from which right is subtracted.

    nuint right

    The value that is subtracted from left.

    Returns
    Type Description
    NullablePersistentSequencePointer<T>

    The value of right subtracted from left.

    Implements
    ISubtractionOperators<TSelf, TOther, TResult>.operator -(TSelf, TOther)

    operator -(NullablePersistentSequencePointer<T>, NullablePersistentSequencePointer<T>)

    Subtracts two values to compute their difference.

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

    The value from which right is subtracted.

    NullablePersistentSequencePointer<T> right

    The value that is subtracted from left.

    Returns
    Type Description
    nint

    The value of right subtracted from left.

    Implements
    ISubtractionOperators<TSelf, TOther, TResult>.operator -(TSelf, TOther)

    operator -(NullablePersistentSequencePointer<T>, NullablePointerReadOnly<T>)

    Subtracts two values to compute their difference.

    Declaration
    public static nint operator -(NullablePersistentSequencePointer<T> left, NullablePointerReadOnly<T> right)
    Parameters
    Type Name Description
    NullablePersistentSequencePointer<T> left

    The value from which right is subtracted.

    NullablePointerReadOnly<T> right

    The value that is subtracted from left.

    Returns
    Type Description
    nint

    The value of right subtracted from left.

    operator -(NullablePersistentSequencePointer<T>, NullablePointerUninitialized<T>)

    Subtracts two values to compute their difference.

    Declaration
    public static nint operator -(NullablePersistentSequencePointer<T> left, NullablePointerUninitialized<T> right)
    Parameters
    Type Name Description
    NullablePersistentSequencePointer<T> left

    The value from which right is subtracted.

    NullablePointerUninitialized<T> right

    The value that is subtracted from left.

    Returns
    Type Description
    nint

    The value of right subtracted from left.

    operator -(NullablePointerReadOnly<T>, NullablePersistentSequencePointer<T>)

    Subtracts two values to compute their difference.

    Declaration
    public static nint operator -(NullablePointerReadOnly<T> left, NullablePersistentSequencePointer<T> right)
    Parameters
    Type Name Description
    NullablePointerReadOnly<T> left

    The value from which right is subtracted.

    NullablePersistentSequencePointer<T> right

    The value that is subtracted from left.

    Returns
    Type Description
    nint

    The value of right subtracted from left.

    operator -(NullablePointerUninitialized<T>, NullablePersistentSequencePointer<T>)

    Subtracts two values to compute their difference.

    Declaration
    public static nint operator -(NullablePointerUninitialized<T> left, NullablePersistentSequencePointer<T> right)
    Parameters
    Type Name Description
    NullablePointerUninitialized<T> left

    The value from which right is subtracted.

    NullablePersistentSequencePointer<T> right

    The value that is subtracted from left.

    Returns
    Type Description
    nint

    The value of right subtracted from left.

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