C# Class LibiadaWeb.Math.MathLogic

The math logic.
Afficher le fichier Open project: intervals-mining-lab/libiada-web

Méthodes publiques

Méthode Description
NullableCompare ( object first, object second ) : bool

The nullable compare.

Method Details

NullableCompare() public static méthode

The nullable compare.
public static NullableCompare ( object first, object second ) : bool
first object /// The first. ///
second object /// The second. ///
Résultat bool