Smart rounding was ajusted
This commit is contained in:
7
StructureHelperCommon/Services/IMathRoundLogic.cs
Normal file
7
StructureHelperCommon/Services/IMathRoundLogic.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace StructureHelperCommon.Services
|
||||
{
|
||||
public interface IMathRoundLogic
|
||||
{
|
||||
double RoundValue(double value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user