Click or drag to resize

DoubleBisquareWeightingFunction(DoubleBisquareWeightingFunction) Constructor

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

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

Parameters

other  DoubleBisquareWeightingFunction
Another DoubleBisquareWeightingFunctionobject.
See Also