Click or drag to resize

ConstraintIsSatisfied(DoubleVector, Double) Method

Determines if the constraint represented by this instance is satisfied at the given point withing the given tolerance. The tolerance associated with this object, accessed with the Tolerance property, is ignored.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool IsSatisfied(
	DoubleVector x,
	double tolerance
)

Parameters

x  DoubleVector
The point at which to determine feasibility of the constraint.
tolerance  Double
tolerance

Return Value

Boolean
true if the constraint is satisfied.
See Also