Show / Hide Table of Contents

Enum RoundingMethod

Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly: EPPlus.dll
Syntax
public enum RoundingMethod

Fields

Name Description
Convert

Round decimal number to int using Convert.ToInt32

Floor

Round decimal number to int using Math.Floor

Back to top Generated by DocFX