mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -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
|
@ -166,7 +166,8 @@ namespace CalculatorApp
|
||||||
Area_Pyeong = UnitStart + 165,
|
Area_Pyeong = UnitStart + 165,
|
||||||
Energy_Kilowatthour = UnitStart + 166,
|
Energy_Kilowatthour = UnitStart + 166,
|
||||||
Data_Nibble = UnitStart + 167,
|
Data_Nibble = UnitStart + 167,
|
||||||
UnitEnd = Data_Nibble
|
Length_Angstrom = UnitStart + 168,
|
||||||
|
UnitEnd = Length_Angstrom
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue