mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Base for 4.3 work. Split Nadeko.Common into a separate project
This commit is contained in:
7
src/Nadeko.Common/Helpers/StandardConversions.cs
Normal file
7
src/Nadeko.Common/Helpers/StandardConversions.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Nadeko.Common;
|
||||
|
||||
public static class StandardConversions
|
||||
{
|
||||
public static double CelsiusToFahrenheit(double cel)
|
||||
=> (cel * 1.8f) + 32;
|
||||
}
|
Reference in New Issue
Block a user