mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 21:03:11 -07:00
Add Length_Angstrom as a new unit constant
Adds Angstrom as a length unit to the list of unit constants in UnitConverterDataConstants.h file.
This commit is contained in:
parent
88c22ca81e
commit
3d5e857375
1 changed files with 3 additions and 2 deletions
|
@ -165,8 +165,9 @@ namespace CalculatorApp
|
|||
Data_Zetabytes = UnitStart + 164,
|
||||
Area_Pyeong = UnitStart + 165,
|
||||
Energy_Kilowatthour = UnitStart + 166,
|
||||
Data_Nibble = UnitStart + 167,
|
||||
UnitEnd = Data_Nibble
|
||||
Data_Nibble = UnitStart + 167,
|
||||
Length_Angstrom = UnitStart + 168,
|
||||
UnitEnd = Length_Angstrom
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue