Click or drag to resize

DoubleLeastSqWeightingFunction(DoubleLeastSqWeightingFunction) Constructor

Copy constructor. Creates an instance of DoubleLeastSqWeightingFunction that is a deep copy of other.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected DoubleLeastSqWeightingFunction(
	DoubleLeastSqWeightingFunction other
)

Parameters

other  DoubleLeastSqWeightingFunction
Another DoubleLeaseSqWeightingFunctionobject.
See Also