You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) 2007 Andreas Gullberg Larsen (angularsen@gmail.com).
18
+
// Copyright (c) 2007 Andreas Gullberg Larsen (andreas.larsen84@gmail.com).
19
19
// https://github.com/angularsen/UnitsNet
20
20
//
21
21
// Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -56,7 +56,7 @@
56
56
namespaceUnitsNet
57
57
{
58
58
/// <summary>
59
-
///
59
+
/// Entropy is an important concept in the branch of science known as thermodynamics. The idea of "irreversibility" is central to the understanding of entropy. It is often said that entropy is an expression of the disorder, or randomness of a system, or of our lack of information about it. Entropy is an extensive property. It has the dimension of energy divided by temperature, which has a unit of joules per kelvin (J K−1) in the International System of Units
60
60
/// </summary>
61
61
// ReSharper disable once PartialTypeWithSinglePart
62
62
@@ -1060,19 +1060,22 @@ int CompareTo(Entropy other)
[Obsolete("It is not safe to compare equality due to using System.Double as the internal representation. It is very easy to get slightly different values due to floating point operations. Instead use Equals(other, maxError) to provide the max allowed error.")]
[Obsolete("It is not safe to compare equality due to using System.Double as the internal representation. It is very easy to get slightly different values due to floating point operations. Instead use Equals(other, maxError) to provide the max allowed error.")]
[Obsolete("It is not safe to compare equality due to using System.Double as the internal representation. It is very easy to get slightly different values due to floating point operations. Instead use Equals(other, maxError) to provide the max allowed error.")]
1076
1079
publicoverrideboolEquals(objectobj)
1077
1080
{
1078
1081
if(obj==null||GetType()!=obj.GetType())
@@ -1083,6 +1086,19 @@ public override bool Equals(object obj)
0 commit comments