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

Search Results for

    Operator operator checked -

    operator checked -(PersistentSequencePointerUninitialized<T>, PersistentSequencePointerUninitialized<T>)

    Subtracts two values to compute their difference.

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

    The value from which right is subtracted.

    PersistentSequencePointerUninitialized<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 checked -(TSelf, TOther)
    Exceptions
    Type Condition
    OverflowException

    The value of right subtracted from left is not representable by TResult.

    operator checked -(PersistentSequencePointerUninitialized<T>, NullablePointerReadOnly<T>)

    Subtracts two values to compute their difference.

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

    Exceptions
    Type Condition
    OverflowException

    The value of right subtracted from left is not representable by TResult.

    operator checked -(PersistentSequencePointerUninitialized<T>, NullablePointerUninitialized<T>)

    Subtracts two values to compute their difference.

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

    Exceptions
    Type Condition
    OverflowException

    The value of right subtracted from left is not representable by TResult.

    operator checked -(NullablePointerReadOnly<T>, PersistentSequencePointerUninitialized<T>)

    Subtracts two values to compute their difference.

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

    The value from which right is subtracted.

    PersistentSequencePointerUninitialized<T> right

    The value that is subtracted from left.

    Returns
    Type Description
    nint

    The value of right subtracted from left.

    Exceptions
    Type Condition
    OverflowException

    The value of right subtracted from left is not representable by TResult.

    operator checked -(NullablePointerUninitialized<T>, PersistentSequencePointerUninitialized<T>)

    Subtracts two values to compute their difference.

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

    The value from which right is subtracted.

    PersistentSequencePointerUninitialized<T> right

    The value that is subtracted from left.

    Returns
    Type Description
    nint

    The value of right subtracted from left.

    Exceptions
    Type Condition
    OverflowException

    The value of right subtracted from left is not representable by TResult.

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