[]
        
(Showing Draft Content)

C1.iOS.Core.C1CornerValue.op_Implicit

implicit operator Operator

implicit operator C1CornerValue(double)

Casting operator to convert a double into a C1CornerValue.

Declaration
public static implicit operator C1CornerValue(double length)
Public Shared Widening Operator CType(length As Double) As C1CornerValue
Parameters
Type Name Description
double length

The value of the length.

Returns
Type Description
C1CornerValue

implicit operator C1CornerValue((double, double))

Casting operator to convert a 2-values tuple of double into a C1CornerValue.

Declaration
public static implicit operator C1CornerValue((double, double) cornerValue)
Public Shared Widening Operator CType(cornerValue As (Double, Double)) As C1CornerValue
Parameters
Type Name Description
(double, double) cornerValue

The tuple specifying the horizontal and vertical corner values.

Returns
Type Description
C1CornerValue