Double

Tag with an 8-bytes float point value used instead of the Float tag if the precision or the available number's range must be higher. See <a href="#Float">Float</a>'s documentation for informations about the NaN value and its support inside and outside SEL.

alias Double = SimpleTag!(double, NBT_TYPE.DOUBLE)

Meta