EigenDecomposition.Values Property |
Gets the 3-by-3 matrix where the diagonal elements of the matrix hold the eigenvalues.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Matrix3By3 Values { get; }
Public ReadOnly Property Values As Matrix3By3
Get
public:
property Matrix3By3 Values {
Matrix3By3 get ();
}
member Values : Matrix3By3 with get
Property Value
Type:
Matrix3By3
See Also