Click or drag to resize

DoubleParameterizedFunctional(DoubleParameterizedFunctional) Constructor

Copy constructor. Constructs a deep copy of the given DoubleParameterizedFunctional object.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleParameterizedFunctional(
	DoubleParameterizedFunctional other
)

Parameters

other  DoubleParameterizedFunctional
Object to copy.
Remarks
Useful for derivied classes that implement the Clone() function.
See Also