ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Matrix Class / Item Property

In This Topic
    Item Property (Matrix)
    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 Double
    public double this[ 
       int row,
       int column
    ]; {get; set;}

    Parameters

    row
    column

    Property Value

    A double indicates the element value.
    Remarks
    Note: The row and column are base on zero.
    See Also