 | DoubleFairWeightingFunction(DoubleFairWeightingFunction) Constructor |
Copy constructor. Creates an instance of DoubleFairWeightingFunction
that is a deep copy of other.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxprotected DoubleFairWeightingFunction(
DoubleFairWeightingFunction other
)
Protected Sub New (
other As DoubleFairWeightingFunction
)
protected:
DoubleFairWeightingFunction(
DoubleFairWeightingFunction^ other
)
new :
other : DoubleFairWeightingFunction -> DoubleFairWeightingFunctionParameters
- other DoubleFairWeightingFunction
- Another DoubleFairWeightingFunctionobject.
See Also