Click or drag to resize

Matrix4FItem(Int32) Property

Gets or sets the row of the current instance of Matrix4F at the specified index.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector4F this[
	int index
] { get; set; }

Parameters

index  Int32
The index of the row to access.

Property Value

Vector4F
The value of the corresponding row of Vector4F format, depending on the index.

Return Value

Vector4F
The value of the row of Vector4F format at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when the index is out of the range [0, 3].
See Also