Enum RoundingMethod
- Namespace
- OfficeOpenXml.FormulaParsing.Excel.Functions
- Assembly
- EPPlus.dll
Rounding method
public enum RoundingMethod
Fields
Convert = 0
Round decimal number to int using Convert.ToInt32
Floor = 1
Round decimal number to int using Math.Floor