  | DoubleIterativelyReweightedLeastSqWeightsFunction Property | 
            Gets and sets the weight function.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IDoubleLeastSqWeightingFunction WeightsFunction { get; set; }Public Property WeightsFunction As IDoubleLeastSqWeightingFunction
	Get
	Set
public:
property IDoubleLeastSqWeightingFunction^ WeightsFunction {
	IDoubleLeastSqWeightingFunction^ get ();
	void set (IDoubleLeastSqWeightingFunction^ value);
}member WeightsFunction : IDoubleLeastSqWeightingFunction with get, set
Property Value
IDoubleLeastSqWeightingFunction
See Also