[]
Inverts a specified Length value.
public static Length operator -(Length l)
| Type | Name | Description |
|---|---|---|
| Length | l | A Length value to negate. |
| Type | Description |
|---|---|
| Length | A new Length value with the inverted value. |
var length = new Length("1in");
var negatedLength = -length; // -1in