DECIMAL struct DECIMAL The DECIMAL structure represents a decimal data type that provides a sign and scale for a number. Documentation Code public DECIMAL(decimal value) public static decimal op_Implicit(DECIMAL value) public static DECIMAL op_Implicit(decimal value) public decimal ToDecimal()