%MV.Numeric
datatype class %MV.Numeric extends %Library.Numeric
ODBC Type: NUMERIC
Data type class to handle the MultiValue masked decimal (MD) conversion codesMethod Inventory
Parameters
parameter DESCALE;
The number of decimal place to shift (as with the MultiValue MD conversion)
Methods
classmethod LogicalToStorage(%val As %MV.Numeric) as %String
classmethod StorageToLogical(%val As %String) as %MV.Numeric