Loading...
 

CX_FLOAT

CX_FLOAT

172299

Class hierarchy
Description:

With this class floating point numbers - also known as floating point numbers - can be stored and can be used for calculations.

Code example:

Operators

The following operators are available for an object of this class:

Operator Description
+, -, *, / Arithmetic
>, <, = Compare

List of methods (MDI)
Function MA* Parameters Return Brief description
Add CX_AMOUNT CX_AMOUNT Operator + as function
AddAssign CX_AMOUNT Operator += as function
Amount OBJECT
AmountWeak
Car format INTEGER, INTEGER CX_AMOUNT Returns a formatted object according to the given number of digits before and after the decimal point (only with CX_VALUE, otherwise the object itself).
ChangeSign
DivAssign CX_AMOUNT Operator /= as function
Divide CX_AMOUNT CX_AMOUNT Operator / as function
GetFraction OBJECT
GetNumeric OBJECT
GetValue OBJECT
IsInfinity INTEGER whether this object represents infinity
IsInteger INTEGER
IsNaN
209838
INTEGER TRUE if this object contains the value NaN
IsNegatives INTEGER
IsZero INTEGER
MulAssign CX_AMOUNT Operator *= as function
Multiply CX_AMOUNT CX_AMOUNT Operator * as function
Rounded INTEGER CX_NUMERIC Non-changeable rounding analogue to CX_NUMERIC::Rounded
SetZero
string INTEGER CX_STRING Returns the string representation of the object
SubAssign CX_AMOUNT Operator -= as function
Subtract CX_AMOUNT CX_AMOUNT Operator - as a function

* MA = Member Access function,
grey background = inherited function

Data directory (DDI)
Data field Type Reference class I* Brief description

* I = Indexable data field,
grey background = inherited data field

Use in AppsWH
Module Brief description