[]
Subtracts one SizeD structure from another.
public static SizeD operator -(SizeD sz1, SizeD sz2)
| Type | Name | Description |
|---|---|---|
| SizeD | sz1 | The SizeD that is subtracted from. |
| SizeD | sz2 | The SizeD that is subtracted. |
| Type | Description |
|---|---|
| SizeD | A SizeD representing the result of the subtraction. |