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:
DevBoiAgru 2024-09-09 12:55:00 +05:30
commit 3d5e857375

View file

@ -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
}; };
} }
} }