C# Class NExtends.Primitives.DecimalExtensions

Afficher le fichier Open project: LuccaSA/NExtends

Méthodes publiques

Méthode Description
MathRound ( this d, int precision ) : Decimal

Does the Mathematical rounding and not the banker's rounding

Method Details

MathRound() public static méthode

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