C# Class VLC_WINRT.Views.Controls.WrapPanelControl.NumericExtensions

Afficher le fichier Open project: kusl/vlcwinrt Class Usage Examples

Méthodes publiques

Méthode Description
AreClose ( double left, double right ) : bool
IsGreaterThan ( double left, double right ) : bool
IsLessThanOrClose ( double left, double right ) : bool
IsNaN ( this value ) : bool
IsZero ( this value ) : bool

Method Details

AreClose() public static méthode

public static AreClose ( double left, double right ) : bool
left double
right double
Résultat bool

IsGreaterThan() public static méthode

public static IsGreaterThan ( double left, double right ) : bool
left double
right double
Résultat bool

IsLessThanOrClose() public static méthode

public static IsLessThanOrClose ( double left, double right ) : bool
left double
right double
Résultat bool

IsNaN() public static méthode

public static IsNaN ( this value ) : bool
value this
Résultat bool

IsZero() public static méthode

public static IsZero ( this value ) : bool
value this
Résultat bool