C# Class NExtends.Primitives.DecimalExtensions

Exibir arquivo Open project: LuccaSA/NExtends

Public Methods

Method Description
MathRound ( this d, int precision ) : Decimal

Does the Mathematical rounding and not the banker's rounding

Method Details

MathRound() public static method

Does the Mathematical rounding and not the banker's rounding
public static MathRound ( this d, int precision ) : Decimal
d this
precision int
return Decimal