ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Matrix Class / Explicit Type Conversion Operator
A Matrix indicates the matrix will calculate value of it.

In This Topic
    Explicit Type Conversion Operator (Matrix)
    In This Topic
    Use the explicit convertion to get a value of matrix.
    Syntax
    'Declaration
     
    
    Public Operator Narrowing CType( _
       ByVal value As Matrix _
    ) As Double
    public double operator explicit( 
       Matrix value
    )

    Parameters

    value
    A Matrix indicates the matrix will calculate value of it.

    Return Value

    A double indicates the value of the speical matrix.
    See Also