Round seeder prices and costs to proper money values at 2 decimal places
This commit is contained in:
@@ -11,10 +11,8 @@ namespace AyaNova.Util
|
||||
/// </summary>
|
||||
/// <param name="d"></param>
|
||||
/// <returns></returns>
|
||||
public static decimal Round(decimal d)
|
||||
{
|
||||
return Decimal.Round(d, 2, MidpointRounding.AwayFromZero);
|
||||
}
|
||||
public static decimal Round(decimal d) => Decimal.Round(d, 2, MidpointRounding.AwayFromZero);
|
||||
|
||||
|
||||
}//eoc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user