DoubleHelper Class

Double Helper

Definition

Namespace: Metas.UncLib.Core.Special
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static class DoubleHelper
Inheritance
Object    DoubleHelper

Methods

Intersection Intersection of two sorted arrays
IsApproximatelyEqual(Double, Double, Double) Is Approximately Equal
IsApproximatelyEqual(Double, Double, Double) Is Approximately Equal
IsGreaterOrApproximatelyEqual Is Greater or Approximately Equal
IsLessOrApproximatelyEqual Is Less or Approximately Equal
Union Union of two sorted arrays

See Also