diff --git a/VectoCommon/VectoCommon/Utils/SI.cs b/VectoCommon/VectoCommon/Utils/SI.cs index 185f385ba0bff4ac08b6c2c0cd993658cd875fb1..290cfa5246ede99cd63c05974654d9e1b1eaaace 100644 --- a/VectoCommon/VectoCommon/Utils/SI.cs +++ b/VectoCommon/VectoCommon/Utils/SI.cs @@ -798,11 +798,6 @@ namespace TUGraz.VectoCommon.Utils { return SIBase<Volt>.Create(watt.Value() / ampere.Value()); } - - public static Watt operator /(Volt volt, Ampere ampere) - { - return SIBase<Watt>.Create(volt.Value() * ampere.Value()); - } } public class Volt : SIBase<Volt> @@ -2318,4 +2313,4 @@ namespace TUGraz.VectoCommon.Utils } } } -} \ No newline at end of file +}