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

Wrapper message for float.

The JSON representation for FloatValue is JSON number.

Summary

Types

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

Functions