RoundingMode
Namespace: Murder.Core
Assembly: Murder.dll
public sealed enum RoundingMode : Enum, IComparable, ISpanFormattable, IFormattable, IConvertible
Implements: Enum, IComparable, ISpanFormattable, IFormattable, IConvertible
⭐ Properties
Ceiling
public static const RoundingMode Ceiling;
Returns
RoundingMode
Floor
public static const RoundingMode Floor;
Returns
RoundingMode
None
public static const RoundingMode None;
Returns
RoundingMode
Round
public static const RoundingMode Round;
Returns
RoundingMode
⚡