Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridLength Structure / Implicit Type Conversion Operator / Implicit Type Conversion(GridLength,Double) Operator
The absolute size.

In This Topic
    Implicit Type Conversion(GridLength,Double) Operator
    In This Topic
    Casting operator to convert a double into a GridLength of type GridUnitType.Absolute.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal absoluteValue As Double _
    ) As GridLength
    public GridLength operator implicit( 
       double absoluteValue
    )

    Parameters

    absoluteValue
    The absolute size.

    Return Value

    A GridLength of type GridUnitType.Absolute and of size absolute size.
    See Also