  | FloatEigDecompEigenValues Property | 
            Gets the computed eigenvalues.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexVector EigenValues { get; }Public ReadOnly Property EigenValues As FloatComplexVector
	Get
public:
property FloatComplexVector^ EigenValues {
	FloatComplexVector^ get ();
}member EigenValues : FloatComplexVector with get
Property Value
FloatComplexVector
See Also