PointDIsPointEmpty Method

Both values are 0? Can calculated with tolerance to ignore nearly 0 values.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IsPointEmpty(
	double errorLevel = 0
)

Parameters

errorLevel  Double  (Optional)
Value to ignore small values e.g. you can have 0,1E-13 and it returns true.

Return Value

Boolean
True if both values empty (or nearly empty if you use a error level)

See Also