%MV.Numeric
Class %MV.Numeric Extends %Numeric [ ClientDataType = NUMERIC, OdbcType = NUMERIC, Not ProcedureBlock, SqlCategory = NUMERIC, System = 2 ]
Data type class to handle the MultiValue masked decimal (MD) conversion codes
Parameters
DESCALE;
Parameter DESCALE;
The number of decimal place to shift (as with the MultiValue MD conversion)
Methods
LogicalToStorage
ClassMethod LogicalToStorage(%val As %MV.Numeric) As %String [ CodeMode = generator ]
StorageToLogical
ClassMethod StorageToLogical(%val As %String) As %MV.Numeric [ CodeMode = generator ]