Search Results for

    Show / Hide Table of Contents

    Property Item

    Item[Int32, Int32]

    Gets or sets the component at the specified index.

    Declaration
    public float this[int row, int column] { get; set; }
    Parameters
    Type Name Description
    System.Int32 row

    The row of the matrix to access.

    System.Int32 column

    The column of the matrix to access.

    Property Value
    Type Description
    System.Single

    The value of the matrix component, depending on the index.

    Exceptions
    Type Condition
    System.ArgumentOutOfRangeException

    Thrown when the row or columnis out of the range [0, 3].

    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX