[]
Casting operator to convert a double into a C1CornerValue.
public static implicit operator C1CornerValue(double length)
Public Shared Widening Operator CType(length As Double) As C1CornerValue
| Type | Name | Description |
|---|---|---|
| double | length | The value of the length. |
| Type | Description |
|---|---|
| C1CornerValue |
Casting operator to convert a 2-values tuple of double into a C1CornerValue.
public static implicit operator C1CornerValue((double, double) cornerValue)
Public Shared Widening Operator CType(cornerValue As (Double, Double)) As C1CornerValue
| Type | Name | Description |
|---|---|---|
| (double, double) | cornerValue | The tuple specifying the horizontal and vertical corner values. |
| Type | Description |
|---|---|
| C1CornerValue |