[]
Subtracts two sizes.
public static PointerSize operator -(PointerSize left, PointerSize right)
Type | Name | Description |
---|---|---|
PointerSize | left | The first size to subtract. |
PointerSize | right | The second size to subtract. |
Type | Description |
---|---|
PointerSize | The difference of the two sizes. |