C# Class Squire.NumbersKihon

Inheritance: Squire.Framework.NumbersKihonBase
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

Method Details

Return_The_Maximum_Value_Of_Double() protected method

protected Return_The_Maximum_Value_Of_Double ( ) : double
return double

Return_The_Maximum_Value_Of_Int32() protected method

protected Return_The_Maximum_Value_Of_Int32 ( ) : int
return int

Return_The_Minimum_Value_Of_Double() protected method

protected Return_The_Minimum_Value_Of_Double ( ) : double
return double

Return_The_Minimum_Value_Of_Int32() protected method

protected Return_The_Minimum_Value_Of_Int32 ( ) : int
return int

Return_The_Remainder_Of_a_Divided_By_b() protected method

protected 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 method

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

Return_True_If_a_Is_Not_A_Number() protected method

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