|  | DoublePCAStandardDeviations Property | 
            Gets the standard deviations of the principal components.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector StandardDeviations { get; }Public ReadOnly Property StandardDeviations As DoubleVector
	Get
public:
property DoubleVector^ StandardDeviations {
	DoubleVector^ get ();
}member StandardDeviations : DoubleVector with get
Property Value
DoubleVector See Also
See Also