Class Google::Protobuf::FloatValue (v0.9.5)

Wrapper message for float.

The JSON representation for FloatValue is JSON number.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#value

def value() -> ::Float
Returns
  • (::Float) — The float value.

#value=

def value=(value) -> ::Float
Parameter
  • value (::Float) — The float value.
Returns
  • (::Float) — The float value.