[]
Returns the larger of two C1Length instances.
public static C1Length Max(C1Length len1, C1Length len2)
Public Shared Function Max(len1 As C1Length, len2 As C1Length) As C1Length
| 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 larger. |