Most of the removed code was marked as obsolete for a long time in v4 before removed in v5 with details on what to replace the usage with.
CultureInfo.CurrentCulture
instead of CurrentUICulture
(#795, #986)IQuantity
returns QuantityValue
instead of double
(#1074)decimal
instead of double
(Power
, BitRate
and Information
) (#1074)Equals(other, tolerance, comparisonType)
.QuantityValue
: Implement IEquality, IComparable, IFormattableQuantityValue
: 16 bytes instead of 40 bytes (#1084)[DataContract]
annotations (#972)Undefined
enum value for all unit enum types. Fix: Use null
.QuantityType
enum. Fix: Use strings.IQuantity.Units
and .UnitNames
. Fix: Use QuantityInfo.GlobalConfiguration
. Fix: Change CultureInfo.CurrentCulture.Molarity
ctor and operator overloads. Fix: Use MassConcentration.FromMolarity(), ToMolarity().MinValue
, MaxValue
per quantity due to ambiguity. Fix: Define your own min/max quantity values.Value
property and standard .NET numeric format strings.Rename BaseType
to ValueType
, for values "double" and "decimal". Rename XmlDoc
to XmlDocSummary
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4