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 |
| nint | right | The value that is subtracted from |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointer<T> | The value of |
Implements
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 |
| nuint | right | The value that is subtracted from |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointer<T> | The value of |
Implements
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 |
| NullablePersistentSequencePointer<T> | right | The value that is subtracted from |
Returns
| Type | Description |
|---|---|
| nint | The value of |
Implements
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 |
| NullablePointerReadOnly<T> | right | The value that is subtracted from |
Returns
| Type | Description |
|---|---|
| nint | The value of |
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 |
| NullablePointerUninitialized<T> | right | The value that is subtracted from |
Returns
| Type | Description |
|---|---|
| nint | The value of |
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 |
| NullablePersistentSequencePointer<T> | right | The value that is subtracted from |
Returns
| Type | Description |
|---|---|
| nint | The value of |
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 |
| NullablePersistentSequencePointer<T> | right | The value that is subtracted from |
Returns
| Type | Description |
|---|---|
| nint | The value of |