IRISLIB database
CubeFunctionSet Class Reference

This class contains the set of functions that can be used within a DeepSee cube definition. More...

Static Public Member Functions

_.Library.Double Log (_.Library.Double pValue)
 This class contains the set of functions that can be used within a DeepSee cube definition. More...
 
_.Library.String ToLower (_.Library.String pValue)
 Convert pValue to lower case.
 
_.Library.String ToUpper (_.Library.String pValue)
 Convert pValue to UPPER case.
 

Detailed Description

This class contains the set of functions that can be used within a DeepSee cube definition.

These functions are used when tranforming values from a source table into a DeepSee cube.
This is used as an additional super class for cube fact classes.

Member Function Documentation

◆ Log()

_.Library.Double Log ( _.Library.Double  pValue)
static

This class contains the set of functions that can be used within a DeepSee cube definition.

These functions are used when tranforming values from a source table into a DeepSee cube.
This is used as an additional super class for cube fact classes.

Return the base-10 logarithm of pValue.