C# 클래스 Squire.Framework.NumbersKihonBase

상속: BaseKihon
파일 보기 프로젝트 열기: roundtable/Squire

보호된 메소드들

메소드 설명
Return_The_Maximum_Value_Of_Double ( ) : double
Return_The_Maximum_Value_Of_Int32 ( ) : int
Return_The_Minimum_Value_Of_Double ( ) : double
Return_The_Minimum_Value_Of_Int32 ( ) : int
Return_The_Remainder_Of_a_Divided_By_b ( int a, int b ) : int
Return_True_If_a_Is_An_Infinity ( double a ) : bool
Return_True_If_a_Is_Not_A_Number ( double a ) : bool

비공개 메소드들

메소드 설명
Return_The_Maximum_Value_Of_Double_Test ( ) : void
Return_The_Maximum_Value_Of_Int32_Test ( ) : void
Return_The_Minimum_Value_Of_Double_Test ( ) : void
Return_The_Minimum_Value_Of_Int32_Test ( ) : void
Return_The_Remainder_Of_a_Divided_By_b ( ) : void
Return_True_If_a_Is_An_Infinity_Test1 ( ) : void
Return_True_If_a_Is_An_Infinity_Test2 ( ) : void
Return_True_If_a_Is_An_Infinity_Test3 ( ) : void
Return_True_If_a_Is_Not_A_Number_Test1 ( ) : void
Return_True_If_a_Is_Not_A_Number_Test2 ( ) : void
Return_True_If_a_Is_Not_A_Number_Test3 ( ) : void

메소드 상세

Return_The_Maximum_Value_Of_Double() 보호된 추상적인 메소드

protected abstract Return_The_Maximum_Value_Of_Double ( ) : double
리턴 double

Return_The_Maximum_Value_Of_Int32() 보호된 추상적인 메소드

protected abstract Return_The_Maximum_Value_Of_Int32 ( ) : int
리턴 int

Return_The_Minimum_Value_Of_Double() 보호된 추상적인 메소드

protected abstract Return_The_Minimum_Value_Of_Double ( ) : double
리턴 double

Return_The_Minimum_Value_Of_Int32() 보호된 추상적인 메소드

protected abstract Return_The_Minimum_Value_Of_Int32 ( ) : int
리턴 int

Return_The_Remainder_Of_a_Divided_By_b() 보호된 추상적인 메소드

protected abstract Return_The_Remainder_Of_a_Divided_By_b ( int a, int b ) : int
a int
b int
리턴 int

Return_True_If_a_Is_An_Infinity() 보호된 추상적인 메소드

protected abstract Return_True_If_a_Is_An_Infinity ( double a ) : bool
a double
리턴 bool

Return_True_If_a_Is_Not_A_Number() 보호된 추상적인 메소드

protected abstract Return_True_If_a_Is_Not_A_Number ( double a ) : bool
a double
리턴 bool