Skip to content

Commit 7b60fac

Browse files
committed
Fix BaseDimensions of rate-per-time quantities
1 parent f8b5455 commit 7b60fac

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

Common/UnitDefinitions/BitRate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"BaseType": "decimal",
55
"XmlDoc": "In telecommunications and computing, bit rate is the number of bits that are conveyed or processed per unit of time.",
66
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Bit_rate",
7+
"BaseDimensions": { "T": -1 },
78
"Units": [
89
{
910
"SingularName": "BitPerSecond",

Common/UnitDefinitions/RatioChangeRate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"Name": "RatioChangeRate",
33
"BaseUnit": "DecimalFractionPerSecond",
44
"XmlDoc": "The change in ratio per unit of time.",
5+
"BaseDimensions": { "T": -1 },
56
"Units": [
67
{
78
"SingularName": "PercentPerSecond",

UnitsNet.WindowsRuntimeComponent/GeneratedCode/Quantities/BitRate.g.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet.WindowsRuntimeComponent/GeneratedCode/Quantities/RatioChangeRate.g.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet/GeneratedCode/Quantities/BitRate.g.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet/GeneratedCode/Quantities/RatioChangeRate.g.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)