Click or drag to resize

NonlinearConstraint(NonlinearConstraint) Constructor

Creates a copy of a given NonlinearConstraint object.

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

Parameters

other  NonlinearConstraint
NonlinearConstraint to copy.
See Also