Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Item[Int32] | |
Item[Int32, Int32] |
Gets or sets the element at the specified indices. |
public:
property System::Numerics::Vector4 default[int] { System::Numerics::Vector4 get(int row); void set(int row, System::Numerics::Vector4 value); };
public System.Numerics.Vector4 this[int row] { get; set; }
member this.Item(int) : System.Numerics.Vector4 with get, set
Default Public Property Item(row As Integer) As Vector4
Product | Versions |
---|---|
.NET | 10 |
Gets or sets the element at the specified indices.
public:
property float default[int, int] { float get(int row, int column); void set(int row, int column, float value); };
public float this[int row, int column] { get; set; }
member this.Item(int * int) : single with get, set
Default Public Property Item(row As Integer, column As Integer) As Single
The index of the row containing the element to get or set.
The index of the column containing the element to get or set.
The element at [row
][column
].
row
was less than zero or greater than the number of rows.
-or-
column
was less than zero or greater than the number of columns.
Product | Versions |
---|---|
.NET | 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in