Skip to main content

%MV.Numeric

datatype class %MV.Numeric extends %Library.Numeric

ODBC Type: NUMERIC

Data type class to handle the MultiValue masked decimal (MD) conversion codes

Method 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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab