Click or drag to resize

DoubleParameterizedFunction(DoubleParameterizedFunction) Constructor

Copy constructor. Creates a copy of another DoubleParameterizedFunction.

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

Parameters

other  DoubleParameterizedFunction
Object to copy.
See Also