C# Class ScreenToGif.Util.MathHelper

Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Méthode Description
NearlyEquals ( this a, double b, double epsilon = 0.0001D ) : bool
NearlyEquals ( this a, float b, float epsilon = 0.0001F ) : bool
NearlyEquals ( this a, int absB, double epsilon = 0.0001D ) : bool

Method Details

NearlyEquals() public static méthode

public static NearlyEquals ( this a, double b, double epsilon = 0.0001D ) : bool
a this
b double
epsilon double
Résultat bool

NearlyEquals() public static méthode

public static NearlyEquals ( this a, float b, float epsilon = 0.0001F ) : bool
a this
b float
epsilon float
Résultat bool

NearlyEquals() public static méthode

public static NearlyEquals ( this a, int absB, double epsilon = 0.0001D ) : bool
a this
absB int
epsilon double
Résultat bool