Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1CornerValue Structure / Implicit Type Conversion Operator / Implicit Type Conversion(C1CornerValue,Double) Operator
The value of the length.

In This Topic
    Implicit Type Conversion(C1CornerValue,Double) Operator
    In This Topic
    Casting operator to convert a double into a C1CornerValue.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal length As Double _
    ) As C1CornerValue
    public C1CornerValue operator implicit( 
       double length
    )

    Parameters

    length
    The value of the length.
    See Also