AbstractSyntaxNotation1Base10RealNumericalRepresentation

The standardized string representations of floating point numbers, as specified in https://www.iso.org/standard/12285.html, ISO 6093.

RepresentationDescriptionExamples
NR1Implicit decimal point"3", "-1", "+1000"
NR2Explicit decimal"3.0", "-1.3", "-.3"
NR3Explicit exponent"3.0E1", "123E+100"

Citations: Dubuisson, Olivier. “Character String Types.” ASN.1: Communication between Heterogeneous Systems, Morgan Kaufmann, 2001, p. 143.

Values

ValueMeaning
nr10b00000001u
nr20b00000010u
nr30b00000011

Meta