2 references to c_epsilon
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (2)
3284
return (Math.Abs(d) <
c_epsilon
);
3295
return (Math.Abs(d1 - d2) <
c_epsilon
);