A set of function that convert a Double type to other types. More...
Go to the source code of this file.
Namespaces | |
te | |
TerraLib. | |
te::dt | |
Namespace for the Data Type module of TerraLib. | |
Functions | |
Double Methods | |
Methods related to Double conversion. | |
TEDATATYPEEXPORT void | te::dt::AssertDouble (AbstractData *d) |
Auxiliary method that asserts that the given data is an Double type. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToBooleanConverter (AbstractData *d) |
It converts an Double data value to a boolean data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToCharConverter (AbstractData *d) |
It converts an Double data value to a char data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToDoubleConverter (AbstractData *d) |
It converts an Double data value to a double value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToFloatConverter (AbstractData *d) |
It converts an Double data value to a float value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToInt16Converter (AbstractData *d) |
It converts an Double data value to a Int16 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToInt32Converter (AbstractData *d) |
It converts an Double data value to an Int32 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToInt64Converter (AbstractData *d) |
It converts an Double data value to a Int64 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToNumericConverter (AbstractData *d) |
It converts an Double data value to Numeric data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToStringConverter (AbstractData *d) |
It converts an Double data value to a string data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToUCharConverter (AbstractData *d) |
It converts an Double data value to an unsigned char data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToUInt16Converter (AbstractData *d) |
It converts an Double data value to an unsigned Int16 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToUInt32Converter (AbstractData *d) |
It converts an Double data value to an unsigned Int32 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::DoubleToUInt64Converter (AbstractData *d) |
It converts an Double data value to an unsigned Int64 data value. More... | |
A set of function that convert a Double type to other types.
Definition in file DoubleConverters.h.