Delete 'SyntriaxUnit.cs'

This commit is contained in:
Syntriax 2022-12-01 12:02:57 +00:00
parent 8b606ea59a
commit db91ed751f
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
public class SyntriaxUnit : ITemperatureUnit
{
public SyntriaxUnit() { }
public float FromCelcius(float celcius) => celcius * 10f;
public float ToCelcius(float value) => value * .1f;
}