RectangleDEquals(Object, Int32) Method

Comparing with fixed digits, e.g. only on 3 digits.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool Equals(
	Object obj,
	int digits
)

Parameters

obj  Object
RectangleD for compareing
digits  Int32
number of values for rounding

Return Value

Boolean
True if all values nearly the same.

See Also