Click or drag to resize

DoubleFunctional(DoubleFunctional) Constructor

Copy constructor. Constructs a deep copy of the input DoubleFunctional.

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

Parameters

other  DoubleFunctional
Object to copy.
See Also