[]
Returns the smaller of two C1Length instances.
public static C1Length Min(C1Length len1, C1Length len2)
| Type | Name | Description |
|---|---|---|
| C1Length | len1 | The first of two C1Length instances to compare. |
| C1Length | len2 | The second of two C1Length instances to compare. |
| Type | Description |
|---|---|
| C1Length | Parameter len1 or len2, whichever is smaller. |