[]
Subtraction of two unit values.
public static Unit operator -(Unit u1, Unit u2)
Public Shared Operator -(u1 As Unit, u2 As Unit) As Unit
| Type | Name | Description |
|---|---|---|
| Unit | u1 | The first unit value. |
| Unit | u2 | The second unit value. |
| Type | Description |
|---|---|
| Unit | The result unit value. |