Gets and sets the weight function.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public IDoubleLeastSqWeightingFunction WeightsFunction { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property WeightsFunction As IDoubleLeastSqWeightingFunction |
| Visual C++ |
|---|
public: property IDoubleLeastSqWeightingFunction^ WeightsFunction { IDoubleLeastSqWeightingFunction^ get (); void set (IDoubleLeastSqWeightingFunction^ value); } |