C# Class Deveel.Data.Sql.Objects.SqlNumberTests

Mostrar archivo Open project: deveel/deveeldb

Private Methods

Method Description
BigNumber_Greater_True ( ) : void
Byte_Convert ( byte value ) : void
Convert_ToBoolean_Success ( ) : void
Create_FromBigInt ( ) : void
Create_FromDouble ( ) : void
Create_FromInteger ( ) : void
Double_Convert ( double value ) : void
Function_Abs ( double value, double expected ) : void
Function_Cos ( int value, double expected ) : void
Function_CosH ( float value, double expected ) : void
Function_Log ( int value, int newBase, double expected ) : void
Function_Pow ( int value, int exp, double expected ) : void
Function_Round ( double value, double expected ) : void
Function_RoundWithPrecision ( double value, int precision, double expected ) : void
Function_Sin ( double value, double expected ) : void
Function_Tan ( double value, double expected ) : void
Function_TanH ( double value, double expected ) : void
Int32_Convert ( int value ) : void
Int64_Convert ( long value ) : void
Integer_Greater_True ( ) : void
Operator_Add ( int value1, int value2, int expected ) : void
Operator_Divide ( int value1, int value2, double expected ) : void
Operator_EqualToNull ( ) : void
Operator_Int32Equal ( int value1, int value2, bool expected ) : void
Operator_Int32NotEqual ( int value1, int value2, bool expected ) : void
Operator_Modulo ( int value1, int value2, float expected ) : void
Operator_Multiply ( int value1, int value2, int expected ) : void
Operator_Negate ( int value, int expected ) : void
Operator_Plus ( int value, int expected ) : void
Operator_Subtract ( int value1, int value2, int expected ) : void
ParseInfinity ( ) : void
ParseNaN ( ) : void
Parse_BigDecimal ( ) : void