ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Matrix<T> Class / Item Property

In This Topic
    Item Property (Matrix<T>)
    In This Topic
    Gets or sets the value of element at special location.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As T
    public T this[ 
       int row,
       int column
    ]; {get; set;}

    Parameters

    row
    column

    Property Value

    A T indicates the element value.
    Remarks
    Note: The row and column are base on zero.
    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