FormulaUtilities.Mod - метод Смотри также Terrasoft.Common - пространство имен > FormulaUtilities - класс : Mod - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
Mod(Int32,Int32) | Modular division of two integers. |
Mod(Int64,Int64) | Modular division of the two 64-bit integers. |
Mod(Single,Single) | Modular division of the two floating point numbers. |
Mod(Double,Double) | Modular division of the two double-precision floating-point numbers. |
Mod(Decimal,Decimal) | Modular division of the two numbers of the System.Decimal type. |