| UnitQuaternionItem Property  | 
 
            Gets the value of the specified element with 
index of 0, 1, 2, and 3 corresponding to the coordinates
            
W, 
X, 
Y, and 
Z.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic double this[
	int index
] { get; }Public ReadOnly Default Property Item ( 
	index As Integer
) As Double
	Get
public:
property double default[int index] {
	double get (int index);
}member Item : float with get
Parameters
- index
- Type: SystemInt32
 The index to retrieve.
Return Value
Type: 
DoubleThe coordinate associated with the specified 
index.
 Exceptions
Exceptions See Also
See Also