<PackageReference Include="Google.Protobuf" Version="3.35.1" />

Google.Protobuf.WellKnownTypes.FloatValue

Wrapper message for `float`. The JSON representation for `FloatValue` is JSON number. Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
public const int ValueFieldNumber = 1

Field number for the "value" field.

public static MessageDescriptor Descriptor { get; }

public static MessageParser<FloatValue> Parser { get; }

public float Value { get; set; }

The float value.

public FloatValue()

public FloatValue(FloatValue other)

public int CalculateSize()

public FloatValue Clone()

public bool Equals(FloatValue other)

public void MergeFrom(FloatValue other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)