Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"FromBaseToUnitFunc": "{x}",
"XmlDocSummary": "The gray is the unit of ionizing radiation dose in the SI, defined as the absorption of one joule of radiation energy per kilogram of matter.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Gray_(unit)",
"Prefixes": [ "Femto", "Pico", "Nano", "Micro", "Milli", "Centi", "Kilo", "Mega", "Giga", "Tera", "Peta" ],
"Prefixes": [ "Femto", "Pico", "Nano", "Micro", "Milli", "Centi", "Deci", "Kilo", "Mega", "Giga", "Tera", "Peta" ],
"Localization": [
{
"Culture": "en-US",
Expand Down
26 changes: 26 additions & 0 deletions Common/UnitDefinitions/DoseAreaProduct.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,32 @@
]
}
]
},
{
"SingularName": "GraySquareMicrometer",
"PluralName": "GraySquareMicrometers",
"FromUnitToBaseFunc": "{x} / 1000000000000",
"FromBaseToUnitFunc": "{x} * 1000000000000",
"Prefixes": [
"Micro",
"Milli",
"Centi",
"Deci"
],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [
"Gy·μm²"
]
},
{
"Culture": "ru-RU",
"Abbreviations": [
"Гр·мкм²"
]
}
]
}
]
}
10 changes: 8 additions & 2 deletions Common/UnitEnumValues.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,8 @@
"Petagray": 19,
"Picogray": 11,
"Rad": 17,
"Teragray": 14
"Teragray": 14,
"Decigray": 26
},
"Molality": {
"MolePerGram": 4,
Expand Down Expand Up @@ -1902,7 +1903,12 @@
"MilligraySquareCentimeter": 14,
"MilligraySquareDecimeter": 17,
"MilligraySquareMeter": 11,
"MilligraySquareMillimeter": 12
"MilligraySquareMillimeter": 12,
"CentigraySquareMicrometer": 21,
"DecigraySquareMicrometer": 25,
"GraySquareMicrometer": 26,
"MicrograySquareMicrometer": 29,
"MilligraySquareMicrometer": 30
},
"ElectricApparentEnergy": {
"KilovoltampereHour": 7,
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.

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

Loading