Gets or sets the component at the specified index.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public double this[
int index
] { get; set; }
Parameters
- index
- Type: SystemInt32
The index of the component to access. Use 0 for the X component, 1 for the Y component, 2 for the Z component, and 3 for the W component.
Property Value
Type:
DoubleThe value of the X, Y, Z, or W component, depending on the index.
Return Value
Type:
DoubleThe value of the component at the specified index.
Exceptions See Also