IRISLIB database
decimal Class Reference

This data type represents a fixed point number. More...

Inheritance diagram for decimal:
Collaboration diagram for decimal:

Additional Inherited Members

- Static Public Member Functions inherited from Numeric
_.Library.Numeric DisplayToLogical (_, _.Library.String val)
 Converts the input value val, which is a string representing. More...
 
_.Library.Status IsValid (_, _.Library.RawString val)
 Tests if the logical value val, which is a numeric value, is valid. More...
 
_.Library.String LogicalToDisplay (_, _.Library.Numeric val)
 Converts the value of val, which is in logical format, into a display string. More...
 
_.Library.String LogicalToJSON (_, _.Library.Numeric val)
 Converts the Objectscript value to the JSON number value.
 
_.Library.String LogicalToXSD (_, _.Library.Numeric val)
 Converts the Numeric value to the canonical SOAP encoded value.
 
_.Library.Numeric Normalize (_, _.Library.RawString val)
 Converts val to a normalized value.
 
_.Library.Numeric XSDToLogical (_, _.Library.String val)
 Converts the SOAP encoded input decimal value into a Numeric value. More...
 
- Static Public Attributes inherited from Numeric
 DISPLAYLIST = None
 The Numeric data type class represents a fixed point number. More...
 
 FORMAT = None
 The format specification for the data type's display value. More...
 
 JSONTYPE = None
 JSONTYPE is JSON type used for this datatype.
 
 MAXVAL = None
 The maximum allowed logical value for the data type.
 
 MINVAL = None
 The minimum allowed logical value for the data type.
 
 SCALE = None
 The scale value (number of digits following the decimal point) for this data type. More...
 
 VALUELIST = None
 Used for enumerated (multiple-choice) attributes. More...
 
 XMLFractionDigits = None
 The number of fractional digits for XML verification as defined by http://www.w3.org/TR/xmlschema-2/#rf-fractionDigits.
 
 XMLTotalDigits = None
 The total number of digits for XML verification as defined by http://www.w3.org/TR/xmlschema-2/#rf-totalDigits.
 
 XSDTYPE = None
 Declares the XSD type used when projecting XML Schemas.
 
- Static Public Attributes inherited from DataType
 INDEXNULLMARKER = None
 Override this parameter value to specify what value should be used as a null marker when a property of the type is used in a subscript of an index map. More...
 

Detailed Description

This data type represents a fixed point number.