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

Search Results for

    Operator operator -

    operator -(NullablePersistentSequencePointerUninitialized<T>, nint)

    Subtracts two values to compute their difference.

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

    The value from which right is subtracted.

    nint right

    The value that is subtracted from left.

    Returns
    Type Description
    NullablePersistentSequencePointerUninitialized<T>

    The value of right subtracted from left.

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

    operator -(NullablePersistentSequencePointerUninitialized<T>, nuint)

    Subtracts two values to compute their difference.

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

    The value from which right is subtracted.

    nuint right

    The value that is subtracted from left.

    Returns
    Type Description
    NullablePersistentSequencePointerUninitialized<T>

    The value of right subtracted from left.

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

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

    Subtracts two values to compute their difference.

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

    The value from which right is subtracted.

    NullablePersistentSequencePointerUninitialized<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 -(NullablePersistentSequencePointerUninitialized<T>, NullablePointerReadOnly<T>)

    Subtracts two values to compute their difference.

    Declaration
    public static nint operator -(NullablePersistentSequencePointerUninitialized<T> left, NullablePointerReadOnly<T> right)
    Parameters
    Type Name Description
    NullablePersistentSequencePointerUninitialized<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 -(NullablePersistentSequencePointerUninitialized<T>, NullablePointerUninitialized<T>)

    Subtracts two values to compute their difference.

    Declaration
    public static nint operator -(NullablePersistentSequencePointerUninitialized<T> left, NullablePointerUninitialized<T> right)
    Parameters
    Type Name Description
    NullablePersistentSequencePointerUninitialized<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>, NullablePersistentSequencePointerUninitialized<T>)

    Subtracts two values to compute their difference.

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

    The value from which right is subtracted.

    NullablePersistentSequencePointerUninitialized<T> right

    The value that is subtracted from left.

    Returns
    Type Description
    nint

    The value of right subtracted from left.

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

    Subtracts two values to compute their difference.

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

    The value from which right is subtracted.

    NullablePersistentSequencePointerUninitialized<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.