Click or drag to resize

DoubleFunctionalDelegate(DoubleFunctionalDelegate) Constructor

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

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

Parameters

other  DoubleFunctionalDelegate
Object to copy.
See Also