C# 클래스 LibiadaWeb.Math.MathLogic

The math logic.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web

공개 메소드들

메소드 설명
NullableCompare ( object first, object second ) : bool

The nullable compare.

메소드 상세

NullableCompare() 공개 정적인 메소드

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