======Метод Decimal.Subtract(Decimal, Decimal)====== Вычитает одно указанное значение типа [[developers:references:system.decimal|Decimal]] из другого. * **Пространство имен:** [[developers:references:system|System]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public static decimal Subtract(decimal d1, decimal d2) **Параметры** * //d1// * Тип: [[developers:references:system.decimal|System.Decimal]] * Уменьшаемое. * //d2// * Тип: [[developers:references:system.decimal|System.Decimal]] * Вычитаемое. **Возвращаемое значение** * Тип: [[developers:references:system.decimal|System.Decimal]] * Результат вычитания //d2// из //d1// .