C# Class LibiadaWeb.Math.MathLogic

The math logic.
Show file Open project: intervals-mining-lab/libiada-web

Public Methods

Method Description
NullableCompare ( object first, object second ) : bool

The nullable compare.

Method Details

NullableCompare() public static method

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