%xsd.float
datatype class %xsd.float extends %Library.Float
ODBC Type: DOUBLE
This data type represents a floating point number. Internally, it is stored as a floating point value.Method Inventory
Parameters
parameter JSONTYPE = double;
parameter XSDTYPE = float;
Declares the XSD type used when projecting XML schemas.
Methods
classmethod IsValid(%val As %RawString) as %Status
Tests if the logical value %val, which is a floating point value, is valid.
The validation is based on the class parameter settings used for the class
attribute this data type is associated with.
In this case, MAXVAL and MINVAL.
Converts the SOAP encoded input decimal value into a logical value.
Also supports the XML values of -0, INF, -INF and NaN which are stored as strings.
Returns "" for error.