Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion Common/UnitDefinitions/Ratio.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"Name": "Ratio",
"BaseUnit": "DecimalFraction",
"BaseUnit": "Decimal",
"XmlDoc": "In mathematics, a ratio is a relationship between two numbers of the same kind (e.g., objects, persons, students, spoonfuls, units of whatever identical dimension), usually expressed as \"a to b\" or a:b, sometimes expressed arithmetically as a dimensionless quotient of the two that explicitly indicates how many times the first number contains the second (not necessarily an integer).",
"Units": [
{
"SingularName": "Decimal",
"PluralName": "Decimal",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "" ]
}
]
},
{
"ObsoleteText": "Use Decimal instead. This unit will be removed.",
"SingularName": "DecimalFraction",
"PluralName": "DecimalFractions",
"FromUnitToBaseFunc": "x",
Expand Down
15 changes: 14 additions & 1 deletion Common/UnitDefinitions/RatioChangeRate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"Name": "RatioChangeRate",
"BaseUnit": "DecimalFractionPerSecond",
"BaseUnit": "DecimalPerSecond",
"XmlDoc": "The change in ratio per unit of time.",
"Units": [
{
"SingularName": "DecimalPerSecond",
"PluralName": "DecimalPerSecond",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "/s" ]
}
]
},
{
"SingularName": "PercentPerSecond",
"PluralName": "PercentsPerSecond",
Expand All @@ -16,6 +28,7 @@
]
},
{
"ObsoleteText": "Use DecimalPerSecond instead. This unit will be removed.",
"SingularName": "DecimalFractionPerSecond",
"PluralName": "DecimalFractionsPerSecond",
"FromUnitToBaseFunc": "x",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading