Click or drag to resize

DoubleFairWeightingFunction(DoubleFairWeightingFunction) Constructor

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

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

Parameters

other  DoubleFairWeightingFunction
Another DoubleFairWeightingFunctionobject.
See Also