|  | MultipleCurveFitResidualWeights Property | 
            Gets the concatenated vector of y-value weights for the data sets.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector Weights { get; }Public ReadOnly Property Weights As DoubleVector
	Get
public:
property DoubleVector^ Weights {
	DoubleVector^ get ();
}member Weights : DoubleVector with get
Property Value
DoubleVector See Also
See Also