C# Class Squire.Framework.NumbersKihonStructure

Inheritance: BaseKihon
Show file Open project: roundtable/Squire

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Return_The_Maximum_Value_Of_Double() protected abstract method

protected abstract Return_The_Maximum_Value_Of_Double ( ) : double
return double

Return_The_Maximum_Value_Of_Int32() protected abstract method

protected abstract Return_The_Maximum_Value_Of_Int32 ( ) : int
return int

Return_The_Minimum_Value_Of_Double() protected abstract method

protected abstract Return_The_Minimum_Value_Of_Double ( ) : double
return double

Return_The_Minimum_Value_Of_Int32() protected abstract method

protected abstract Return_The_Minimum_Value_Of_Int32 ( ) : int
return int

Return_The_Remainder_Of_a_Divided_By_b() protected abstract method

protected abstract Return_The_Remainder_Of_a_Divided_By_b ( int a, int b ) : int
a int
b int
return int

Return_True_If_a_Is_An_Infinity() protected abstract method

protected abstract Return_True_If_a_Is_An_Infinity ( double a ) : bool
a double
return bool

Return_True_If_a_Is_Not_A_Number() protected abstract method

protected abstract Return_True_If_a_Is_Not_A_Number ( double a ) : bool
a double
return bool