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

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

    Parameters

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

    Return Value

    A double indicates the value of the speical matrix.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also