Click or drag to resize

LinearConstraint(LinearConstraint) Constructor

Constructs a copy of the given LinearConstraint object.

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

Parameters

other  LinearConstraint
LinearConstraint object to copy.
See Also