Class OtpErlangFloat

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class OtpErlangFloat
    extends OtpErlangDouble
    Provides a Java representation of Erlang floats and doubles.
    See Also:
    Serialized Form
    • Constructor Detail

      • OtpErlangFloat

        public OtpErlangFloat​(float f)
        Create an Erlang float from the given float value.