View Source Google.Protobuf.FloatValue (protobuf v0.17.0)

Wrapper message for float.

The JSON representation for FloatValue is JSON number.

Summary

Types

@type t() :: %Google.Protobuf.FloatValue{
  __protobuf__: true,
  __unknown_fields__: [Protobuf.unknown_field()],
  value: float() | :infinity | :negative_infinity | :nan
}

Functions