Even though assigning literals (specifically floating point numbers) isn't officially supported as of right now, there is a problem with initialising floating point numbers, due to Float.Parse being "Culture Sensitive" and thereby countries that use , (comma) instead of . (period) as decimal-indicator will currently not be able to serialize UASM with decimal literals correctly.